Hacker News new | ask | show | jobs
by repsilat 883 days ago
This is a radix tree (ordered, does more allocations), that is a hash table. Also TFA is C/C++, libgdx looks like Java.
1 comments

yeah, just thought it'd be fun to compare :) ordered is a big difference.