|
L33THAK0R
uelr processes the lzo streams, xtool will process the zlib streams.
PMT = parallel multithreaded tool
RZ is a single threaded compressor, so PMT splits the data input into chunks and compresses those chunks in parallel to essentially harness multithreaded operations and speed up encoding / decoding.
|