Working on an extendible hashing based database. 10 years ago I've built a storage product with the extendible hashtable functionality. Seeing haveibeenpwned recently I realized there's a need for this kind of db so I decided to redo it as a standalone program. I'll do it in Rust instead of C++ this time.