Thoren Paulson
Results
2
issues of
Thoren Paulson
The existing description is not how I see it working in any of the top modern compilers at the moment. An example in clang: [Godbolt](https://godbolt.org/z/Yv5TT6PTP) The implementations of `speak()` are...
LZ4 supports using a dictionary when processing data, which can make a big difference on small messages/files. This change exposes the relevant functions in lz4-sys, and extends Encoder and Decoder...