adamfowleruk / groundupdb

Creating a database from the ground up in C++ for fun!
Apache License 2.0
109 stars 25 forks source link

Efficient handling of keys #3

Closed adamfowleruk closed 4 years ago

adamfowleruk commented 4 years ago

[Who] As a database user [What] I want to store and retrieve data efficiently no matter the key length and content [Value] So my application performance is consistent no matter the key chosen

For 003 Key Hashing and term listing