Y
Hacker News
new
|
ask
|
show
|
jobs
by
mzaks
1427 days ago
Not a data structure, but a nice concept for very fast search on immutable pre sorted array, eytzinger order. I did some experiments, it is about 2-3x faster then binary search.
https://medium.com/swlh/binary-search-vs-eytzinger-order-301...