issues
search
tzaeschke
/
phtree-cpp
PH-Tree C++ implementation
Apache License 2.0
29
stars
9
forks
source link
Improve binary search in nodes
#155
Open
tzaeschke
opened
1 year ago
tzaeschke
commented
1 year ago
Have a look at these links for improving binary search:
https://mhdm.dev/posts/sb_lower_bound/
https://algorithmica.org/en/eytzinger
https://en.algorithmica.org/hpc/data-structures/s-tree/
https://github.com/ehrmann/branchless-binary-search
https://stackoverflow.com/questions/11360831/about-the-branchless-binary-search#54273248
Have a look at these links for improving binary search: