-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Encode/Decode using gob. #15
Comments
Hmm, interesting idea. Let me think about it for a bit and I'll get back to you this weekend. |
Hi, I would also be interested in serializing the RTree to save it somewhere. I need the same, very big tree in most of my applications. Have you some news about it or some ideas? |
Sorry folks, just haven't had time to look into this. I'd be happy to accept pull requests, if someone figures out a good solution! |
hi,have you figured out how to serialize and deserialize the rtree? |
I’m not actively working on this library, but I’d be happy to accept a pull request that adds this support. |
Hello I am using your library in one of the projects and it would be nice if you can help me out with using
gob
package to pack/unpack RTree.We parse a lot of data from XML to RTree and this data is not changing after server start.
Good way will be to load it back from file (using gob encode/decode).
Thank you.
The text was updated successfully, but these errors were encountered: