1 रिपॉजिटरी
Memory-efficient Java collections for managing integer sets in large-scale data processing frameworks.
Distinct from Java Data Processing Libraries: Distinct from Java Data Processing Libraries: focuses on specialized integer set structures rather than general data transformation libraries.
Explore 1 awesome GitHub repository matching data & databases · Java Integer Collections. 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
Offers memory-efficient collections for managing large-scale integer sets in Java.