awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mapbox avatar

mapbox/gzip-hppArchived

0
View on GitHub↗
356 stars·71 forks·C++·BSD-2-Clause·9 views

Gzip Hpp

Gzip header-only C++ library

Features

  • Compression Utilities - Header-only Gzip compression library.

Star history

Star history chart for mapbox/gzip-hppStar history chart for mapbox/gzip-hpp

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Gzip Hpp

Similar open-source projects, ranked by how many features they share with Gzip Hpp.
  • archiverjs/node-archiverarchiverjs avatar

    archiverjs/node-archiver

    2,961View on GitHub↗

    a streaming interface for archive generation

    JavaScript
    View on GitHub↗2,961
  • mafintosh/tar-streammafintosh avatar

    mafintosh/tar-stream

    435View on GitHub↗

    tar-stream is a streaming tar parser and generator.

    JavaScript
    View on GitHub↗435
  • mateidavid/zstrmateidavid avatar

    mateidavid/zstr

    341View on GitHub↗

    A C++ header-only ZLib wrapper

    C++
    View on GitHub↗341
  • nodeca/pakonodeca avatar

    nodeca/pako

    6,081View on 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
    View on GitHub↗6,081
See all 6 alternatives to Gzip Hpp→

Frequently asked questions

What does mapbox/gzip-hpp do?

Gzip header-only C++ library

What are the main features of mapbox/gzip-hpp?

The main features of mapbox/gzip-hpp are: Compression Utilities.

What are some open-source alternatives to mapbox/gzip-hpp?

Open-source alternatives to mapbox/gzip-hpp include: archiverjs/node-archiver — a streaming interface for archive generation. mafintosh/tar-stream — tar-stream is a streaming tar parser and generator. mateidavid/zstr — A C++ header-only ZLib wrapper. nodeca/pako — Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip… thejoshwolfe/yauzl — yet another unzip library for node. thejoshwolfe/yazl — yet another zip library for node.