Short: lz4 (de)compression Author: Yann Collet, 68k compile by uploader Uploader: lorylombus@gmail.com (Lorence Lombardo) Type: util/pack Architecture: m68k-amigaos Version: 1.9.2 This 68k build date:- Monday 13-Apr-20 23:14:57 LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. Speed can be tuned dynamically, selecting an "acceleration" factor which trades compression ratio for faster speed. On the other end, a high compression derivative, LZ4_HC, is also provided, trading CPU time for improved compression ratio. All versions feature the same decompression speed. Tested under a shell stack of 2000000 only. Related URL's:- https://lz4.github.io/lz4/ http://geocities.ws/lorylomb/