/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Beautiful branchless binary search
(probablydance.com)
386 points
ingve
| 1 comments |
28 Apr 23 05:46 UTC
|
HN request time: 0.206s
|
source
1.
andreidd
◴[
28 Apr 23 08:01 UTC
]
No.
35738715
[source]
▶
>>35737862 (OP)
#
Nice, but good luck debugging if cmp returns -1. This is C++ after all and there is no constraint/concept to enforce the function to return bool. If you're lucky you get a sign mismatch warning.
ID:
GO
↑