I've been hunting just about all evening...

Anyone know of a R*-Tree implementation that builds on a modern C compiler?

Thanks, Chenz

link|improve this question

68% accept rate
feedback

2 Answers

SQLite's R* Tree might interest you. It is under public domain or such free license and builds with gcc.

link|improve this answer
feedback

There's some implementations at this link as well:

http://www.rtreeportal.org/index.php?option=com_content&task=view&id=17&Itemid=32

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.