Y
Hacker News
new
|
ask
|
show
|
jobs
by
diyseguy
452 days 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.
1 comments
jsbg
452 days 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...
link