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
mateidavid avatar

mateidavid/zstr

0
View on GitHub↗
341 stars·77 forks·C++·MIT·12 views

Zstr

A C++ header-only ZLib wrapper

Features

  • Compression Utilities - Header-only ZLib wrapper for C++.

Star history

Star history chart for mateidavid/zstrStar history chart for mateidavid/zstr

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 Zstr

Similar open-source projects, ranked by how many features they share with Zstr.
  • 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
  • mapbox/gzip-hppmapbox avatar

    mapbox/gzip-hpp

    356View on GitHub↗

    Gzip header-only C++ library

    C++
    View on GitHub↗356
  • 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 Zstr→

Frequently asked questions

What does mateidavid/zstr do?

A C++ header-only ZLib wrapper

What are the main features of mateidavid/zstr?

The main features of mateidavid/zstr are: Compression Utilities.

What are some open-source alternatives to mateidavid/zstr?

Open-source alternatives to mateidavid/zstr include: archiverjs/node-archiver — a streaming interface for archive generation. mafintosh/tar-stream — tar-stream is a streaming tar parser and generator. mapbox/gzip-hpp — Gzip header-only C++ library. 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.