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

Cyan4973/FiniteStateEntropy

0
View on GitHub↗
1,486 stars·161 forks·C·BSD-2-Clause·3 views

FiniteStateEntropy

New generation entropy codecs : Finite State Entropy and Huff0

Features

  • Compression Libraries - Entropy codecs including Finite State Entropy and Huff0.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star history

Star history chart for cyan4973/finitestateentropyStar history chart for cyan4973/finitestateentropy

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 FiniteStateEntropy

Similar open-source projects, ranked by how many features they share with FiniteStateEntropy.
  • ariya/fastlzariya avatar

    ariya/FastLZ

    539View on GitHub↗

    Small & portable byte-aligned LZ77 compression

    Camd64ansi-carm64
    View on GitHub↗539
  • atomicobject/heatshrinkatomicobject avatar

    atomicobject/heatshrink

    1,534View on GitHub↗

    data compression library for embedded/real-time systems

    C
    View on GitHub↗1,534
  • antirez/smazantirez avatar

    antirez/smaz

    1,222View on GitHub↗

    Small strings compression library

    C
    View on GitHub↗1,222
  • google/brotligoogle avatar

    google/brotli

    14,753View on GitHub↗

    Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce file sizes. It provides tools for shrinking data streams and files while ensuring every bit of original information is preserved for perfect restoration. The project focuses on optimizing web content and network bandwidth by reducing the size of HTML, CSS, and JavaScript files. It is designed for integration into web servers and browsers to improve the efficiency of data transmission. The library includes capabilities for both compressing and decompressing data streams. It al

    TypeScript
    View on GitHub↗14,753
See all 30 alternatives to FiniteStateEntropy→

Frequently asked questions

What does cyan4973/finitestateentropy do?

New generation entropy codecs : Finite State Entropy and Huff0

What are the main features of cyan4973/finitestateentropy?

The main features of cyan4973/finitestateentropy are: Compression Libraries, Windows Environments.

What are some open-source alternatives to cyan4973/finitestateentropy?

Open-source alternatives to cyan4973/finitestateentropy include: atomicobject/heatshrink — data compression library for embedded/real-time systems. libarchive/libarchive — Multi-format archive and compression library. antirez/smaz — Small strings compression library. ariya/fastlz — Small & portable byte-aligned LZ77 compression. google/brotli — Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce… klauspost/compress — This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding.…