tzaeschke / phtree

PH-Tree
Apache License 2.0
121 stars 22 forks source link

PH-tree C++ version #15

Closed andredemori closed 4 years ago

andredemori commented 4 years ago

Hi, i am trying to compile PH-tree C++ version for implement in another project. I'm trying to run the project on Clion. Do you have the CMakeList file? How you compile that? I'm trying to compile just the main file on terminal, but it's not working.

Best regards.

tzaeschke commented 4 years ago

I assume you mean this version: https://github.com/mcxme/phtree ? It is maintained by someone else, and I do not have tried compiling it yet.

How urgently do you need the PH-tree? I am currently working on my own C++ version, but it will be a few weeks at least before it I can release it.

andredemori commented 4 years ago

Thanks for the answer. I will wait for the release and meanwhile I will index the data with other structures. I would like to test with PH-tree soon because the results obtained with the Java version were very good. Thankful.

tzaeschke commented 4 years ago

This took a bit longer than I thought, but here it is: https://github.com/improbable-eng/phtree-cpp