tiny_jpeg.h
FiniteStateEntropy
Our great sponsors
tiny_jpeg.h | FiniteStateEntropy | |
---|---|---|
0 | 2 | |
216 | 1,162 | |
- | - | |
2.0 | 0.0 | |
7 months ago | 6 months ago | |
C | C | |
- | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tiny_jpeg.h
We haven't tracked posts mentioning tiny_jpeg.h yet.
Tracking mentions began in Dec 2020.
FiniteStateEntropy
-
Silly Lossy Text Compression Idea
Sounds similar to: https://github.com/Cyan4973/FiniteStateEntropy
https://arxiv.org/abs/1311.2540
> The modern data compression is mainly based on two approaches to entropy coding: Huffman (HC) and arithmetic/range coding (AC). The former is much faster, but approximates probabilities with powers of 2, usually leading to relatively low compression rates. The latter uses nearly exact probabilities - easily approaching theoretical compression rate limit (Shannon entropy), but at cost of much larger computational cost.
-
C Deep
FiniteStateEntropy - Two highly efficient compression codecs optimized for modern CPUs. BSD-2-Clause
What are some alternatives?
Snappy - A fast compressor/decompressor
zlib-ng - zlib replacement with optimizations for "next generation" systems.
zstd - Zstandard - Fast real-time compression algorithm
PhysicsFS - PhysFS++ is a C++ wrapper for the PhysicsFS library.
brotli - Brotli compression format
LZFSE - LZFSE compression library and command line tool
LZ4 - Extremely Fast Compression algorithm
LZMA - (Unofficial) Git mirror of LZMA SDK releases
Minizip-ng - Fork of the popular zip manipulation library found in the zlib distribution.