#bitcask — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #bitcask, aggregated by home.social.
-
Ah, yes, another "revolutionary" key-value store, this time inspired by the legendary #Bitcask 🚀. Because what the world really needed was a new way to store data on a disk—truly groundbreaking stuff, folks! 🤡 #GitHub is bursting with excitement... or maybe that's just a glitch in their matrix.
https://github.com/rajivharlalka/filedb #keyvaluestore #datastorage #innovation #techhumor #HackerNews #ngated -
Filedb: Disk Based Key-Value Store Inspired by Bitcask
https://github.com/rajivharlalka/filedb
#HackerNews #Filedb #Disk #Based #Key-Value #Store #Bitcask #Database #Technology
-
"Bitcask - A Log-Structured Fast KV Store"
Nice intro to #Bitcask by Arpit Bhayani, an alternative to LSM trees, as e.g. found in Riak. Some interesting characteristics there: reads take a single seek, at the cost of keeping all keys in memory.
-
Writing a disk-based key-value store in Golang
https://mrkaran.dev/posts/barreldb
#go #tutorials #database #KeyValue #KeyValueStore #redis #Bitcask