@pervognsen
What was that tweet you made once about extendible hashing? I think you posted a link to a codebase that used some extendible hashing trick? I've forgotten the details of your insight completely :'(. Is this ringing any bells :O ?
GitHub - yahoo/mdbm: MDBM a very fast memory-mapped key/value store.

MDBM a very fast memory-mapped key/value store. Contribute to yahoo/mdbm development by creating an account on GitHub.

GitHub
@pervognsen ahh it think that was it. I think it was this bit
https://github.com/yahoo/mdbm/blob/master/src/lib/mdbm.c#L456
mdbm/src/lib/mdbm.c at master · yahoo/mdbm

MDBM a very fast memory-mapped key/value store. Contribute to yahoo/mdbm development by creating an account on GitHub.

GitHub