tzaeschke / phtree-cpp

PH-Tree C++ implementation
Apache License 2.0
28 stars 9 forks source link

Result: this does not work. Technical problem: We want to _avoid_ upd… #69

Closed tzaeschke closed 2 years ago

tzaeschke commented 2 years ago

See #68. Added flag to relocate() and relocate_if() for short cutting checks in case of identical keys. This can bring immense performance improvements when used with a ConverterMultiply that rounds coordinates, e.g. ConverterMtultiply<2, 1, 100>.