This project will explore different techniques to make binary search run fast.
Some approaches (will be benchmarked)
[x] Naive
[ ] Conditional Move
[x] Code Generation
[x] Branchless
[ ] Heapified
$ make; make bench$ make; make test| Name | Name | Last commit date | ||
|---|---|---|---|---|