improbable-eng / phtree-cpp

PH-Tree C++ implementation by Improbable.
Apache License 2.0
22 stars 15 forks source link

fix for_each filter #28

Open tzaeschke opened 2 years ago

tzaeschke commented 2 years ago

This fixes an issue with the filter in for_each being called with wrong arguments, potentially leading to too many nodes being traversed.

See https://github.com/tzaeschke/phtree-cpp/issues/2