https://github.com/dotcypress/kvs
[PoC] Key-Value Store
https://github.com/dotcypress/kvs
Last synced: about 1 month ago
JSON representation
[PoC] Key-Value Store
- Host: GitHub
- URL: https://github.com/dotcypress/kvs
- Owner: dotcypress
- License: apache-2.0
- Created: 2020-01-31T19:50:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T06:36:30.000Z (over 2 years ago)
- Last Synced: 2025-03-25T05:34:54.086Z (about 2 months ago)
- Language: Rust
- Size: 102 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# kvs
`[no_std]` Key-Value Store backed by RAM/SRAM/FRAM/MRAM/EEPROM, intended to use in resource-constrained environments.
## Features/Limitations
* Max key size: 256B
* Max value size: 64KB
* Max store size: 16MB
* Storage overhead: 8B per bucket
* RAM overhead: 16B per allocation slot, 0B for read-only store## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.s