On Tuesday, 22 October 2013 at 17:41:20 UTC, Luís Marques wrote:
Has any of you ever implemented an R-Tree in D? Do you have code / experience to share?
I have at least partially implemented in C++ before. I have good news and bad news on that. The bad news is I can't find my code anywhere, but that is also the good news - because it was undoubtedly an absolute mess. If you haven't already found it the following book was useful (nasty link but seems to work). http://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CC0QFjAA&url=http%3A%2F%2Fdelab.csd.auth.gr%2Fpapers%2FTRSurveyRtree03_mnpt.pdf&ei=JMBmUon_KOLV2AXqsICwAw&usg=AFQjCNFrqHx1q4QwjgoBC2fs2XLSo2_QlQ&sig2=nSA5SUQRL56pub2FyQ80iA&bvm=bv.55123115,d.b2I Is this something you plan to make publicly available at some point. If so I would be interested in helping out. Craig
