You are not logged in.
Pages: 1
I was looking for faster streaming of gzip and as libdeflate does not support streaming, I want to ask if anyone here has experience with pigz?
Offline
No experience nor plan to use it.
Also found out https://pypi.org/project/mgzip/
which sounds not a bad idea.
But all those libraries are for gzip only, not deflate/zip, and they seem to use a specific extra flag.
Offline
Then ZSTD is the way to go.
Thank you.
Offline
Then ZSTD is the way to go.
https://github.com/L-Angel/compress-demo
This is a comparison of several common compression algorithms, including Snappy and zstd. The conclusion is:
zstd is similar to snappy. And according to the test of ab, synlz is better than snappy. https://blog.synopse.info/?post/2017/08 … form-SynLZ
Offline
@ab I sent a pull request for it.
As ZSTD is now supported by almost all browsers, it can be a good boost for mORMot servers: https://developer.mozilla.org/en-US/doc … patibility
Also much beneficial for compressing log and backup files.
Last edited by okoba (2025-01-31 14:50:29)
Offline
@zen010101 the test mentioned is very old.
Here is a good one: https://morotti.github.io/lzbench-web/
Offline
Speaking of compression: https://forum.lazarus.freepascal.org/in … 44391.html
Offline
Pages: 1