3 unstable releases
new 0.9.0 | Jan 4, 2025 |
---|---|
0.8.1 | Dec 5, 2024 |
0.8.0 | Nov 27, 2024 |
#1289 in Algorithms
181 downloads per month
45KB
761 lines
Event Driven FSM KV Store
A Key-Value Store based on edfsm's FSM trait implementation.
The store is often wired up to use edfsm-machine
and streambed-logged
to use as a fully-fledged persistent database. All key/values
are held in memory so only use for those scenarios where that is what is required.
Dependencies
~2.5–8.5MB
~77K SLoC