1 रिपॉजिटरी
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 Java-based library designed for the memory-efficient storage and high-speed querying of large sets of integers. It functions as an in-memory analytics tool that maintains compact data representations while supporting rapid set calculations, such as intersections, unions, and differences. The library distinguishes itself through a hybrid compression strategy that automatically selects between bitsets, sorted arrays, or run-length encoding based on the density of the data. It utilizes a two-level hierarchical index to provide constant-time random access lookups, ensuring perf
Updates immutable bitsets by copying only affected containers to reduce memory overhead during frequent modifications.