awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesHybrid Compression Strategies

Compression techniques that dynamically switch between bitsets, sorted arrays, and run-length encoding based on data density.

Distinct from Integer Column Compression: Distinct from Integer Column Compression: focuses on the hybrid container-switching strategy for bitsets rather than general column-oriented integer encoding.

Explore 1 awesome GitHub repository matching data & databases · Hybrid Compression Strategies. Refine with filters or upvote what's useful.

Awesome Hybrid Compression Strategies GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • roaringbitmap/roaringbitmapAvatar von RoaringBitmap

    RoaringBitmap/RoaringBitmap

    3,878Auf GitHub ansehen↗

    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

    Dynamically switches between bitsets, sorted arrays, and run-length encoding based on data density.

    Javabitsetdruidjava
    Auf GitHub ansehen↗3,878
  1. Home
  2. Data & Databases
  3. Transparent Column Compression
  4. Integer Column Compression
  5. Hybrid Compression Strategies