tzaeschke / phtree-cpp

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

Add lower_bounds() #126

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

Add a lower_bounds() function to the API. The function should return a fully iterable iterator (unlike find()). "lower" adheres to Morton order (Z-ordering).