1 repositorio
Updating, inserting, or deleting elements in a collection while returning a new immutable copy.
Distinct from Array Element Modifiers: Focuses on immutable updates rather than large-scale dataset indexing updates.
Explore 1 awesome GitHub repository matching data & databases · Immutable Element Modification. Refine with filters or upvote what's useful.
RoaringBitmap is a compressed integer set library designed for memory-efficient storage and high-speed in-memory analytics. It provides a professional implementation of the Roaring Bitmap format to maintain compact representations of integer collections. The project features a standardized binary serialization format that enables the exchange of compressed bitmap data across different programming languages and hardware architectures. This allows for consistent data portability and cross-language data exchange. The library performs rapid logical set operations, including intersections, unions
Updates bitmap data by copying only affected internal containers to reduce memory overhead.