top | item 43390772 (no title) diyseguy | 11 months ago I wonder if there is a memory consumption tradeoff for this new data structure? Based on a few initial implementations I see in github, looks like it may be significant? Still a nice discovery. discuss order hn newest jsbg|11 months ago what makes the new memory consumption significant? from the paper they break the initial array into log(n) arrays of size 1, 2, 4, 8...
jsbg|11 months ago what makes the new memory consumption significant? from the paper they break the initial array into log(n) arrays of size 1, 2, 4, 8...
jsbg|11 months ago