Hacker News new | ask | show | jobs
by winrid 883 days ago
Neat, thank you! I'd love to see how it compares to the libgdx IntMap[0].

[0] https://github.com/libgdx/libgdx/blob/master/gdx/src/com/bad...

1 comments

This is a radix tree (ordered, does more allocations), that is a hash table. Also TFA is C/C++, libgdx looks like Java.
yeah, just thought it'd be fun to compare :) ordered is a big difference.