Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
winrid
11 months ago
|
parent
|
context
|
favorite
| on:
Show HN: Integer Map Data Structure
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...
repsilat
11 months ago
[–]
This is a radix tree (ordered, does more allocations), that is a hash table. Also TFA is C/C++, libgdx looks like Java.
winrid
11 months ago
|
parent
[–]
yeah, just thought it'd be fun to compare :) ordered is a big difference.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0] https://github.com/libgdx/libgdx/blob/master/gdx/src/com/bad...