Forum: Conversion Tutorials
19-01-2017, 03:22
|
Replies: 339
Views: 59,757
it's ok - precomp is in beginning of your...
it's ok - precomp is in beginning of your compression string, i.e. smth like "precomp+srep+lzma", and this means that on decompression it's last algo in the line, so all other compressora are done...
|
Forum: Conversion Tutorials
20-12-2016, 21:20
|
Replies: 346
Views: 157,072
pZLib v3 (Final release)
Here's a Christmas gift people, I wonder what vultures have for me though.
Anyways nothing more I can do to this project, it reached its limits in terms of optimisation and offering more speed...
|
Forum: Conversion Tutorials
27-11-2016, 06:03
|
Replies: 658
Views: 132,146
|
Forum: Conversion Tutorials
06-11-2016, 06:17
|
Replies: 339
Views: 59,757
The example string works just fine ...
The example string works just fine
srep+4x4:t4:b128m:lzma:128m
Never use large dict size for 4x4
4x4 means you're running 4 instances of LZMA, each with 400Mb dict size, that leads to 400*4*11 =...
|
Forum: Conversion Tutorials
03-11-2016, 02:51
|
Replies: 29
Views: 5,669
why all this talk for such a team ! don't give...
why all this talk for such a team ! don't give them any importance let them steel let them take .. we all here know corepack story .. but the great razor is the one who should be respected for his...
|
Forum: Conversion Tutorials
19-08-2016, 08:33
|
Replies: 19
Views: 5,992
CLS-ZStd
Here's CLS version of ZStd, ran some tests, it's fast during compression because no temps are created, also added multi threading feature, it's only effective if you use a high level to compress,...
|