mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-17 02:47:51 +01:00
328 B
328 B
Key-value Store
This package provides a wrapper for a simple key-value store. The underlying database may be changed later.
Tested key-value packages:
- Pebble: Has many dependencies and increases the binary file size by ~6 MB.
- Pogreb: Currently used. Limited to 4 billion records due to 32-bit uint used as index.