awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
flanglet avatar

flanglet/kanzi-cpp

0
View on GitHub↗
218 stars·11 forks·C++·Apache-2.0·3 views

Kanzi Cpp

Fast lossless data compression in C++

Features

  • Compression Libraries - Modular and efficient lossless data compressor.

Star history

Star history chart for flanglet/kanzi-cppStar history chart for flanglet/kanzi-cpp

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 Kanzi Cpp

Similar open-source projects, ranked by how many features they share with Kanzi Cpp.
  • klauspost/compressklauspost avatar

    klauspost/compress

    5,525View on GitHub↗

    This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding. It includes a parallel compression framework for distributing gzip and stream workloads across multiple CPU cores and a specialized Huffman codec optimized for modern CPU architectures. The library features a Zstandard implementation that supports custom dictionaries and allocation-free decoding, alongside a Snappy compatible encoder for high-throughput data processing. It provides specific tools for dictionary generation and optimization to improve compression ratios for smal

    Gocompressiondecompressiondeflate
    View on GitHub↗5,525
  • atomicobject/heatshrinkatomicobject avatar

    atomicobject/heatshrink

    1,534View on GitHub↗

    data compression library for embedded/real-time systems

    C
    View on GitHub↗1,534
  • avaneev/lzavavaneev avatar

    avaneev/lzav

    534View on GitHub↗

    Fast In-Memory Data Compression Algorithm (header-only C/C++) 480+MB/s compress, 2800+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1

    C++
    View on GitHub↗534
  • ariya/fastlzariya avatar

    ariya/FastLZ

    539View on GitHub↗

    Small & portable byte-aligned LZ77 compression

    Camd64ansi-carm64
    View on GitHub↗539
See all 27 alternatives to Kanzi Cpp→

Frequently asked questions

What does flanglet/kanzi-cpp do?

Fast lossless data compression in C++

What are the main features of flanglet/kanzi-cpp?

The main features of flanglet/kanzi-cpp are: Compression Libraries.

What are some open-source alternatives to flanglet/kanzi-cpp?

Open-source alternatives to flanglet/kanzi-cpp include: klauspost/compress — This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding.… atomicobject/heatshrink — data compression library for embedded/real-time systems. avaneev/lzav — Fast In-Memory Data Compression Algorithm (header-only C/C++) 480+MB/s compress, 2800+MB/s decompress, ratio% better… byronknoll/cmix — cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage. cwida/fsst — Fast Static Symbol Table (FSST): efficient random-access string compression. ariya/fastlz — Small & portable byte-aligned LZ77 compression.