Hacker News new | ask | show | jobs
by loeg 2956 days ago
The previous >0 algorithm didn't short-circuit. There is no change to short-circuit behavior here.
1 comments

Ah, I was thinking of the naive implementation in the previous post [1].

[1] https://lemire.me/blog/2018/05/09/how-quickly-can-you-check-...