range-coder
There are 9 repositories under range-coder topic.
ionescu007/minlzma
The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils
WangXuan95/FPGA-LZMA-compressor
An FPGA-based LZMA compressor for generic data compression. 基于FPGA的LZMA压缩器,用于通用数据压缩。
powturbo/Turbo-Range-Coder
TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems
lucastheis/rangecoder
a fast range coder in C++, using SSE
asimba/qbp
Simple LZSS+RLE+RC32 compression algorithm realization (C/C++/Rust/Go).
asimba/axis
Axis (eXtra Simple - XS). This program provides simple cryptographic protection of user data. This program created only for educational purposes.
BWTC32Key/BWTC32Key.github.io
BWTC32Key is a file compressor with encryption and Base32768 binary-to-text output.
asimba/qb
Cube (qb). This program provides simple compression of the user data. This program created only for educational purposes.
taqu/cpprcoder
An implementaion of range coder for C++