2 repository-uri
Utilities for storing binary flags in memory-efficient bitsets.
Distinct from Binary Serialization: Distinct from Binary Serialization: focuses on bit-level state tracking rather than data format conversion.
Explore 2 awesome GitHub repositories matching data & databases · Bit-Level State Trackers. Refine with filters or upvote what's useful.
This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha
Stores binary flags using individual bits to minimize memory usage while enabling high-speed counting.
Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations
Utilizes memory-efficient bitsets to record binary event occurrences across large user populations.