awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesInteger Column Compression

Delta encoding, delta-of-delta, simple-8b, and run-length encoding applied to integer-like data with backward-scan decompression.

Distinct from Transparent Column Compression: Distinct from Transparent Column Compression: specifies the specific algorithms (delta encoding, simple-8b, run-length) for integer data, not general transparent compression.

Explore 2 awesome GitHub repositories matching data & databases · Integer Column Compression. Refine with filters or upvote what's useful.

Awesome Integer Column Compression GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • balloonwj/cppguideballoonwj का अवतार

    balloonwj/CppGuide

    6,030GitHub पर देखें↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Encodes numeric fields using fewer bytes than native representation to reduce wire size.

    GitHub पर देखें↗6,030
  • roaringbitmap/roaringbitmapRoaringBitmap का अवतार

    RoaringBitmap/RoaringBitmap

    3,878GitHub पर देखें↗

    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
    GitHub पर देखें↗3,878
  1. Home
  2. Data & Databases
  3. Transparent Column Compression
  4. Integer Column Compression

सब-टैग एक्सप्लोर करें

  • Hybrid Compression StrategiesCompression 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.