2 مستودعات
Persistence of probabilistic filter configurations and states to stable storage.
Distinct from Persistent Application State: Specifically covers the serialization of filter states to JSON, not general session or job state.
Explore 2 awesome GitHub repositories matching data & databases · Filter State Serialization. Refine with filters or upvote what's useful.
redux-persist is a state persistence library for Redux that saves and restores store state to a storage engine to maintain data across sessions. It functions as a state rehydration tool and serialization middleware, loading previously saved application state back into the Redux store during the initialization process. The library includes a schema migration utility to transform persisted state data from older versions to newer schemas, ensuring compatibility after application updates. It also provides state serialization transformations to modify state objects before they are written to or re
Provides the ability to specify exactly which slices of the Redux state tree should be persisted to storage.
Ristretto is a high-performance in-memory cache and concurrent key-value store for Go applications. It provides a thread-safe memory store that manages strict memory bounds and employs probabilistic set filters to reduce lookup overhead. The system is distinguished by an admission-policy cache that utilizes frequency sketches and cost-based eviction to maximize hit ratios. It minimizes contention and improves throughput through the use of striped ring buffers and concurrent map sharding. The project covers a broad range of data management capabilities, including time-based expiration, item f
Provides functionality to serialize filter settings to JSON to preserve configuration across application restarts.