Hacker News new | ask | show | jobs
Inside HyperLevelDB (hackingdistributed.com)
13 points by organicdeadbeef 4756 days ago
1 comments

Sounds 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.
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.