tzaeschke / phtree-cpp

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

Improve window query by using point query #92

Closed tzaeschke closed 2 years ago

tzaeschke commented 2 years ago

See issue #88. We improve window query performance by executing it partially as point query. This is especially visible for very small query windows.