Whenever it does not support a parameter defined in the compressed stream, it must produce a non-ambiguous error code and associated error message explaining which parameter is unsupported. This specification is intended for use by implementers of software to compress data into Zstandard format and/...
Additionally, some targets, like 32-bit x86 cpus, do not care much about alignment, but the code does, and will detect the misalignment and return an error code. Some other less common platforms, such as s390x, also seem to trigger the same issue. While it's a minor fix, this update...
Whenever it does not support a parameter defined in the compressed stream, it must produce a non-ambiguous error code and associated error message explaining which parameter is unsupported. This specification is intended for use by implementers of software to compress data into Zstandard format and/...
This integration is now simplified, thanks to@felixhandte, by making all dependencies within/librelative, meaning it’s only necessary to setup include directories for the*.hheader files that are directly included into target project (typicallyzstd.h). Even that task can be circumvented by copy...
* @result : 0, or an error code (which can be tested with ZSTD_isError)). * Special: Loading a NULL (or 0-size) dictionary invalidates previous dictionary, * meaning "return to no-dictionary mode". * Note1 : Dictionary is sticky, it will used for all future compressed frames...
* @result : 0, or an error code (which can be tested with ZSTD_isError()). * Special: Loading a NULL (or 0-size) dictionary invalidates previous dictionary, * meaning "return to no-dictionary mode". * Note 1 : Dictionary is sticky, it will be used for all future compressed frames...
Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Ca...
Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Ca...
After the aforementioned commit, the same command finds the string, meaning the library is built without ZSTD support. The issue is not that the string appears in the binary of course, but rather that the library indeed fails to compress/decompress ZSTD in runtime, throwing that error. I sim...
Same, but using a different Boolean expression that has the same meaning: ug -% '"fast food"|diner -(bad|old)' myfile.txt To find lines with diner implying good in myfile.txt (that is, show lines with good without diner and show lines with diner but only those with good, which ...