lib/zstd_errors.h: translatessize_tfunction results into aZSTD_ErrorCode, for accurate error handling. ZSTD_STATIC_LINKING_ONLY: if this macro is definedbeforeincludingzstd.h, it unlocks access to the experimental API, exposed in the second part ofzstd.h. All definitions in the experimental API...
- If not, Buy now and read the documentationP proofy2 Active Member Sep 23, 2018 15 1 41 54 Aug 3, 2022 #19 I used Code: lsof |grep dump |less to find the thief Code: task\x20U 880416 root 11wW REG 0,26 0 1420 /run/vzdump.lock task\x20U 880416 ro...
By default, zstd source code is vendored in this repository and the binding will be built with the vendored source code bundled.If you want to build this binding against an external static or shared libzstd library, you can use the external_libzstd build tag. This will look for the ...
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials ...
Pro Teams Pricing Documentation npm Search Sign UpSign In simple-zstd1.4.2 • Public • Published 3 years ago Readme Code Beta 4 Dependencies 7 Dependents 11 Versionssimple-zstdNode.js interface to system installed zstandard (zstd).Why
misc: Improved documentation :ZSTD_CLEVEL,DYNAMIC_BMI2,ZSTD_CDict, function deprecation, zstd format 🚚 misc: fixed educational decoder : accept larger literals section, and removedUNALIGNED()macro v1.4.3 Changes August 19, 2019 Dictionary Compression Regression ...
- If not, Buy now and read the documentationZ zInvalid New Member Aug 19, 2020 4 1 1 Aug 21, 2020 #3 Thats the error Code: progress 99% (read 106300440576 bytes, duration 894 sec) _18-21_48_56.vma.zst : Decoding error (36) : Restored data doesn't match checksum progress ...
CXX=clang++ CC=clang CFLAGS="-Werror -Wconversion -Wno-sign-conversion -Wdocumentation" $(MAKE) all m32build: clean gcc -v $(MAKE) all32 armbuild: clean CC=arm-linux-gnueabi-gcc CFLAGS="-Werror" $(MAKE) allzstd aarch64build: clean CC=aarch64-linux-gnu-gcc CFLAGS="-W...
into a `ZSTD_ErrorCode`, for accurate error handling. - `lib/zstd_errors.h` : translates `size_t` function results into a `ZSTD_ErrorCode`, for accurate error handling. - `ZSTD_STATIC_LINKING_ONLY` : if this macro is defined _before_ including `zstd.h`, it unlocks access t...
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...