2 Repos
Mapping values to bits in a memory-efficient array to track the presence of unique elements.
Distinct from Membership-Based Filtering: Architectural use of bitmaps for set membership, distinct from visual search or SQL membership logic.
Explore 2 awesome GitHub repositories matching data & databases · Bitmap-Based Membership Tracking. Refine with filters or upvote what's useful.
This project is a comprehensive Java backend engineering guide and technical reference focused on high-concurrency design, distributed systems, and microservices architecture. It provides detailed strategies for decomposing monolithic applications, managing service discovery, and implementing the architectural patterns required for scalable backend environments. The repository distinguishes itself through an extensive collection of big data algorithmic references and database scaling strategies. It covers memory-efficient techniques for analyzing massive datasets, such as Top-K element extrac
Provides an architectural implementation for tracking unique element presence using memory-efficient bitmaps.
Rueidis is a high-performance Redis client library for Go that provides a type-safe and asynchronous interface for interacting with Redis servers. It includes a full implementation of the Redis serialization protocol and a dedicated connection manager to handle pooling, multiplexing, and automatic pipelining. The library is distinguished by its support for RDMA connectivity to reduce latency and CPU overhead. It features a distributed lock manager that implements majority-based locking and optimistic concurrency control, as well as client-side caching with invalidation signals to minimize net
Provides bitmap manipulation capabilities to track boolean states and efficient set memberships.