# splinterdb **Repository Path**: mirrors_killme2008/splinterdb ## Basic Information - **Project Name**: splinterdb - **Description**: High Performance Embedded Key-Value Store - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-16 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![SplinterDB Project Logo](docs/images/splinterDB-logo.png) ## What is SplinterDB? SplinterDB is a key-value store designed for high performance on fast storage devices. See > Alexander Conway, Abhishek Gupta, Vijay Chidambaram, Martin Farach-Colton, Richard P. Spillane, Amy Tai, Rob Johnson: [SplinterDB: Closing the Bandwidth Gap for NVMe Key-Value Stores](https://www.usenix.org/conference/atc20/presentation/conway). USENIX Annual Technical Conference 2020: 49-63 ## Usage SplinterDB is a library intended to be embedded within another program. See [Usage](docs/usage.md) for a guide on how to integrate SplinterDB into an application. SplinterDB is *provided as-is* and is not recommended for use in production until version 1.0. See [Limitations](docs/limitations.md) for details. ## Build See [Build](docs/build.md) for instructions on building SplinterDB from source. See [Documentation](docs/README.md) for preliminary documentation.