1 dépôt
Systems that allow users to define custom handlers for converting objects to binary formats.
Distinct from Binary Serialization: Focuses on the pluggable extensibility of the serialization process rather than just the binary format itself.
Explore 1 awesome GitHub repository matching data & databases · Pluggable Binary Serializers. Refine with filters or upvote what's useful.
This project is a disk-backed key-value store and persistent data structure library for Python. It provides a mechanism for persisting mappings, sets, and queues to the local filesystem to bypass memory limitations and cache expensive function results across threads and processes. The system serves as a cross-process synchronization tool, offering distributed locks, semaphores, and barriers to coordinate shared resource access. It implements advanced caching strategies such as probabilistic stampede prevention, sharded data partitioning to increase throughput, and least-recently-used eviction
Provides customizable binary conversion handlers and compression to optimize disk space and retrieval speed.