https://github.com/shirotech/indexmap_store
Persistent `IndexMap` for Rust. In-memory hash-ordered map plus an append-only WAL on disk. O(1) get / insert / remove / modify, insertion-order iteration, crash-safe torn-tail recovery, automatic compaction. `serde`-generic keys and values.
https://github.com/shirotech/indexmap_store
append-only-log embedded-database indexmap key-value-store persistent-storage rust serde wal
Last synced: 24 days ago
JSON representation
Persistent `IndexMap` for Rust. In-memory hash-ordered map plus an append-only WAL on disk. O(1) get / insert / remove / modify, insertion-order iteration, crash-safe torn-tail recovery, automatic compaction. `serde`-generic keys and values.
- Host: GitHub
- URL: https://github.com/shirotech/indexmap_store
- Owner: shirotech
- License: mit
- Created: 2026-05-15T16:34:18.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-05-15T16:50:19.000Z (about 2 months ago)
- Last Synced: 2026-05-15T19:42:15.309Z (about 2 months ago)
- Topics: append-only-log, embedded-database, indexmap, key-value-store, persistent-storage, rust, serde, wal
- Language: Rust
- Size: 120 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE