awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesJavaScript Implementations

Pure JavaScript ports of the deflate compression algorithm for browser and Node.js environments.

Distinct from Deflate Compressors: Distinct from Deflate Compressors: focuses on JavaScript-specific implementations rather than general deflate algorithm descriptions.

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

Awesome JavaScript Implementations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nodeca/pakoAvatar de nodeca

    nodeca/pako

    6,081Voir sur GitHub↗

    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

    JavaScript implementation of deflate compression and decompression for binary and string data.

    JavaScript
    Voir sur GitHub↗6,081
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Deflate Compressors
  5. JavaScript Implementations