logoalt Hacker News

kardosyesterday at 3:27 PM1 replyview on HN

So is the SIMD the magic piece here, or is it the interpolation search? If the data is evenly distributed, that is pretty optimal for the interpolation search..


Replies

mayoffyesterday at 3:30 PM

In the Intel CPU + cold cache case, the quad search matters. In the other three cases, only the SIMD matters.

show 1 reply