Hi Everyone,

I finished simple and effective key/value store with nice api:
https://github.com/recoilme/slowpoke

The performance was not a target of this database but it performs well and 
not so slow as i expected. It just stores values in files and keys with 
value addresses in memory, with persistence. No LSM-tree, no BTree, no 
mmap, just standard library (hash table+slice in goroutine).

Let me know what you think!

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to