mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
5528773b70
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
517 B
Text
12 lines
517 B
Text
pucrunch (compressor optimized for low-resource decompression)
|
|
|
|
Pucrunch is a Hybrid LZ77 and RLE compressor, uses an Elias Gamma Code
|
|
for lengths, mixture of Gamma Code and linear for LZ77 offset, and
|
|
ranked RLE bytes indexed by the same Gamma Code. Uses no extra memory
|
|
in decompression.
|
|
|
|
The compressor can compress/decompress files for C64 (-c64), VIC20
|
|
(-c20), C16/+4 (-c16), or for standalone decompressor (-c0).
|
|
|
|
Assembly sources for example decompressors (for Commodore 64 and Nintendo
|
|
GameBoy) are included.
|