RAZOR is a highly asymmetrical LZ-based archiver. It's key properties are:
--------------------------------------------
2017.09.08 - initial release
2017.09.15 - extended description, added rz 1.01 (cosmetic bug-fix for console-title, PGO-compile)
- strong compression ratio
- fast decompression speed / moderate memory footprint for decompression (1.66N)
- slow compression speed / high memory footprint for compression
- Unicode support & solid archiving
- Ensures integrity for the compressed data stream and archived files (CRC32)
- lz/rolz based compression core with near-optimal-parsing
- special treatment for x86/x64 executables, some structure-types, image- and audio-data, ...
- block-based deduplication using BLAKE2b
--------------------------------------------
2017.09.08 - initial release
2017.09.15 - extended description, added rz 1.01 (cosmetic bug-fix for console-title, PGO-compile)