Post #1942229
2026-04-15 19:48 UTC
@AVincentInSpace have you seen https://algorithmica.org/en/eytzinger ? It doesn't apply well to binary searches over dynamic data (or at least it requires some up front prep you have to amortize), but I've gotten some fun wins with it
Replies (1)
-
@AVincentInSpace@furry.engineer 2026-04-15 19:51
@Catfish_Man oh that's interesting! i'll have to try that!