zstd
zstd copied to clipboard
Zstandard - Fast real-time compression algorithm
Windows 7 x64, zstd 1.5.5 ``` console $ dir /b birds.txt pájaros.txt vögel.txt птицы.txt $ zstd *.* zstd: can't stat pajaros.txt : No such file or directory -- ignored zstd:...
**Is your feature request related to a problem? Please describe.** The --patch-from option only accept that are not larger than 4GB. My files are >5GB (the most) and very similar,...
Some questions about Zstd Huffman Literals: what is the minimum header bytes? Huffman Fse: what is the minimum weights number should we put (include missing weight)? in spec 4.Stream4_Size =...
This is very crucial for my usecase to have patches for files bigger than 2GiB. I'm trying to find suitable open-source and supported smv alternative as I've a big collection...
This answer a static analysis tool, in #3764, which complains that an allocated buffer is not `free()` just before `exit()`. In general, this requirement is not necessary, because invoking `exit()`...
I ran some zstd benchmarks on various datasets. At my company we're using zstd for many applications which don't have the same requirements in terms of cpu, memory, speed and...
The benefit is hard to show in benchmarks, but observing the production environment, this change showed single digit improvement on AMD, and nothing but noise on Intel. Closest approximation is...
**Is your feature request related to a problem? Please describe.** In short: Downloading 500mb+ of brew to install something to unzip a 2mb file is, of course, silly. In long:...
**Is your feature request related to a problem? Please describe.** I hope zstd's dictionary creation/analysis function works in real time. The dictionary function operates only through analysis of existing data....