Category: Free Downloads and Links
🧠 Embedded & Off-Heap Memory Research
MapDB (jankotek/mapdb): An embedded Java database engine that provides concurrent Maps, Sets, and Queues backed by off-heap memory or raw disk storage. It serves as a prominent platform for researching memory-mapped storage and object...
🔬 Log-Structured Merge-Tree (LSM) & Write-Amplification Research
BadgerDB (dgraph-io/badger): An influential key-value store built around the concepts of the academic paper “WiscKey: Separating Keys from Values in SSD-conscious Storage”. It research-validates how moving heavy values into a dedicated log while keeping small...