https://github.com/jdockerty/chipmunk
LSM tree key-value storage
https://github.com/jdockerty/chipmunk
Last synced: 11 months ago
JSON representation
LSM tree key-value storage
- Host: GitHub
- URL: https://github.com/jdockerty/chipmunk
- Owner: jdockerty
- Created: 2024-07-14T11:21:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T20:48:26.000Z (over 1 year ago)
- Last Synced: 2025-03-17T03:44:29.383Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chipmunk[^1]
A Log Structured Merge (LSM) tree backed storage engine.
[^1]: Building from my past learning on storage and distributed systems with a bitcask-inspired system, [squirrel](https://github.com/jdockerty/squirrel).