zhouxingtuan / alphaKV

A simple key-value database, fast and lightweight. Support Linux/Mac/IOS/Android
Other
13 stars 7 forks source link

new request #2

Closed seed93 closed 5 years ago

seed93 commented 5 years ago

api for direct set/get by hash index and hash

could you please add these apis? thanks

zhouxingtuan commented 5 years ago

That's a good idea! The string key and number key will be saved in different files. But we have to deal a problem, as the idle.hpp is controlling the empty spaces of the value file, that will take same time to deal with it.

zhouxingtuan commented 5 years ago

It's done.