Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode/Decode using gob. #15

Open
m1ome opened this issue Feb 13, 2017 · 5 comments
Open

Encode/Decode using gob. #15

m1ome opened this issue Feb 13, 2017 · 5 comments

Comments

@m1ome
Copy link

m1ome commented Feb 13, 2017

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.

@dhconnelly
Copy link
Owner

Hmm, interesting idea. Let me think about it for a bit and I'll get back to you this weekend.

@Feralus
Copy link

Feralus commented May 9, 2017

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?

@dhconnelly
Copy link
Owner

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!

@FishBlanche
Copy link

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?

hi,have you figured out how to serialize and deserialize the rtree?

@dhconnelly
Copy link
Owner

I’m not actively working on this library, but I’d be happy to accept a pull request that adds this support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants