silentbicycle/glean

extract / generalize mmap'd hash table code to library

Closed this issue · 2 comments

Also, add tests.

It may be worth adding an alternate implementation; an open-addressed hash table, a skiplist, etc. Separate chaining mostly makes sense when compressing each bucket.

Maybe not, given the likely token table change.