Cyan4973/FiniteStateEntropy
New generation entropy codecs : Finite State Entropy and Huff0 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4644
- days_rel: n/a
- days_push: 895
- n_releases_24m: 0
Adoption not part of the score
1496 stars · 164 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A C library providing two high-speed entropy codecs: Huff0, a Huffman coder optimized for modern out-of-order CPUs, and FSE, an ANS-based entropy encoder achieving near-Shannon-limit compression accuracy. It is the entropy-coding core used in projects like Zstandard.
Use cases
- compress data with a fast entropy codec in C
- replace zlib's Huffman encoder with a faster alternative
- achieve compression ratios beyond the 1-bit-per-symbol Huffman limit
- integrate FSE or Huff0 into a custom compression format
- benchmark entropy coding speed and ratio
When to choose
- you need extremely fast compression or decompression in C
- you want near-arithmetic-coding accuracy at high speed via ANS
- you're building a custom compression pipeline needing an entropy stage
When to avoid
- you need a complete file or archive format rather than a raw codec
- you need cross-language bindings beyond C without writing your own
- you need dictionary or windowed compression features of a full compressor like zstd
Facets
library · maturity stable
compression performance developer-tools cross-platform c entropy-coding huffman ans fse huff0 codec algorithms
1 source
- readme: https://github.com/Cyan4973/FiniteStateEntropy · fetched 2026-08-28 · 2b7249867b77
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Cyan4973/FiniteStateEntropy | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="Cyan4973/FiniteStateEntropy")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem