Yann Collet

Results 603 comments of Yann Collet

I implemented suggestion 2 in #1048. It is not in the `dev` branch. The proposed modification is harmless, doesn't increase complexity, and can be beneficial in certain scenarios, as measured...

This PR conflicts with an old patch that was recently merged. It should be trivially fixable though.

I finally found the time to create a Solaris test for Github Actions. It can be seen here : https://github.com/facebook/zstd/actions/runs/7690458663/job/20954282520?pr=3885 The test includes running `cmake`, both `build` and `install` stages....

Great explanation and great graphs by @cgbur ! I really like the last one, which visualizes efficiently a key property of dictionary compression : this technique is only helpful for...

I understand the proposed logic, and why it seems in theory a small advantage. That being said, compilers are pretty powerful these days, and can change the underlying assembler pretty...

I don't understand what you mean by "real-time dictionary function". The closest thing I can think of that could correspond to this definition is the streaming mode, where the sender...

Exact same binary representation is only an objective with the following conditions : - same compression level - same library version - same parameters The "same parameters" one can be...