Comment on A young computer scientist and two colleagues show that searches within data structures called hash tables can be much faster than previously deemed possible.

<- View Parent
OhNoMoreLemmy@lemmy.ml ⁨2⁩ ⁨weeks⁩ ago

Hash trees are super efficient when they’re not nearly full. So the standard trick is just to resize them when they’re too close to capacity.

The new approach is probably only going to be useful in highly memory constrained applications, where resizing isn’t an option.

source
Sort:hotnewtop