dhconnelly / rtreego

an R-Tree library for Go

Home Page:http://dhconnelly.github.com/rtreego

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encode/Decode using gob.

m1ome opened this issue · comments

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.

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, 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?

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