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
·
byronknoll avatar

byronknoll/cmix

0
View on GitHub↗
710 stars·54 forks·C++·GPL-3.0·2 viewswww.byronknoll.com/cmix.html↗

Cmix

cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage.

Features

  • Compression Libraries - Lossless compression focused on maximum ratio.

Star history

Star history chart for byronknoll/cmixStar history chart for byronknoll/cmix

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 Cmix

Similar open-source projects, ranked by how many features they share with Cmix.
  • 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 Cmix→

Frequently asked questions

What does byronknoll/cmix do?

cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage.

What are the main features of byronknoll/cmix?

The main features of byronknoll/cmix are: Compression Libraries.

What are some open-source alternatives to byronknoll/cmix?

Open-source alternatives to byronknoll/cmix 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… cwida/fsst — Fast Static Symbol Table (FSST): efficient random-access string compression. cyan4973/finitestateentropy — New generation entropy codecs : Finite State Entropy and Huff0. ariya/fastlz — Small & portable byte-aligned LZ77 compression.