Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
0 answers
678 views

A fast integer key map in Java via a van Emde Boas tree

Introduction The following data structure is a dictionary mapping primitive int values to any value type. Basically, under the hood it is a hash table, where a ...
coderodde's user avatar
  • 31k