Inside HyperLevelDB
hackingdistributed.com
Inside HyperLevelDB
1–5 of 5 posts
Re: Inside HyperLevelDB
#2Sounds great, and I'm hoping other databases that use LevelDB can benefit from this work too.
Re: Inside HyperLevelDB
#3Sounds great, and I'm hoping other databases that use LevelDB can benefit from this work too.
It's an API-compatible drop in replacement for LevelDB, so anyone else who currently uses LevelDB should be able to switch fairly easily.
Re: Inside HyperLevelDB
#4Sounds great, and I'm hoping other databases that use LevelDB can benefit from this work too.
We've kept the API is compatible with LevelDB. You just need to change the imports and link against libhyperleveldb.
Re: Inside HyperLevelDB
#5Sounds great, and I'm hoping other databases that use LevelDB can benefit from this work too.
We've kept the API is compatible with LevelDB. You just need to change the imports and link against libhyperleveldb.
Thanks for the replies! (rescrv and emin_gun_sirer)
I could have been more specific, I meant that I hope other projects do build upon your work. :)
Pleased to see repeated references to Hyperdex on HN, hoping it continues to grow and mature.