Hello...
Parallel compression library for Windows and Linux version 4.24 is here..
Now it supports UTF8 unicode in both Delphi and FreePascal.
Also as you have noticed it implements Paralllel LZ4 , Parallel LZMA and
Parallel LZMA on the windows version(for Delphi and FreePascal), and it
implements Parallel LZ4 and Parallel Zstd on the Linux version(for
FreePascal), i think i will not support Parallel LZMA on the Linux
version , because Parallel Zstd is sufficient, read more this about
Zstandard:
That fastest speed of zstd is only 2x slower than LZ4 level 1. On the
other end of the spectrum, zstd level 22 runs ~1 MB/s slower than LZMA
at level 9 and produces a file that is only 2.3% larger.
Read here:
https://gregoryszorc.com/blog/2017/03/07/better-compression-with-zstandard/
And you can download my new Parallel Compression Library version 4.24 from:
https://sites.google.com/site/aminer68/parallel-compression-library
Thank you,
Amine Moulay Ramdane.