If your workload fits entirely in RAM and you need restart safety without operating a full database cluster, CrocDB is an excellent choice. For the latest documentation, source code, and benchmarks, visit the official repository: https://github.com/croc-db/croc
defer db.Close()
| Operation | Throughput (ops/sec) | Latency (p99) | |-----------|----------------------|---------------| | SET (No fsync) | 1,200,000 | 0.15 ms | | SET (Periodic fsync) | 350,000 | 0.5 ms | | GET | 1,800,000 | 0.08 ms | | DEL | 1,100,000 | 0.2 ms | crocdb