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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesBitwise Compression Algorithms

Implements Huffman coding and LZ77 matching using JavaScript bitwise operations for efficient compression.

Distinguishing note: None of the candidates cover bitwise operations used specifically for compression algorithms; they focus on SQL, tensor, or range-based bitwise logic.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Bitwise Compression Algorithms. Refine with filters or upvote what's useful.

Awesome Bitwise Compression Algorithms GitHub Repositories

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

    nodeca/pako

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

    Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip compression and decompression capabilities. It runs in both browser and Node.js environments by using typed arrays and universal JavaScript, avoiding platform-specific APIs for cross-platform compatibility. The library handles data through bitwise operations for Huffman coding and LZ77 matching, and automatically encodes string inputs to UTF-8 before compression while decoding them back on decompression. It supports streaming chunk-based processing, allowing incremental data h

    Performs Huffman coding and LZ77 matching using JavaScript bitwise operations for speed.

    JavaScript
    GitHub पर देखें↗6,081
  1. Home
  2. Operating Systems & Systems Programming
  3. Bitwise Compression Algorithms