- 23e5f80 Revert "pass dictionary loading method as parameter" by Yann Collet · 1 year, 2 months ago
- c7cd7dc better MT fluidity by Yann Collet · 1 year, 2 months ago
- f11bd19 ensure cdict is properly reset to NULL by Yann Collet · 1 year, 2 months ago
- 7406d2b skips the need to create a temporary cdict for --patch-from by Yann Collet · 1 year, 2 months ago
- 220abe6 reduced memory usage by Yann Collet · 1 year, 2 months ago
- 85a44b2 always free .cdictLocal by Yann Collet · 1 year, 2 months ago
- e637fc6 update type naming convention by Yann Collet · 1 year, 2 months ago
- 34ba144 minor boundary change by Yann Collet · 1 year, 2 months ago
- ffa66a6 fix speed of --patch-from at high compression mode by Yann Collet · 1 year, 2 months ago
- e117d79 fix minor alignment warning by Yann Collet · 1 year, 2 months ago
- c39424e fix minor alignment warning by Yann Collet · 1 year, 2 months ago
- 32dff04 fix one minor alignment warning by Yann Collet · 1 year, 2 months ago
- 54e9d46 added __clang__ to compiler-specific alignment attribute by Yann Collet · 1 year, 2 months ago
- bcf404c changed C11 keyword to _Alignas by Yann Collet · 1 year, 2 months ago
- 26a2b5d Merge pull request #4265 from pps83/static-bmi2-check by Yann Collet · 1 year, 2 months ago
- 283fbd2 Merge pull request #4264 from pps83/dev-static-bmi2 by Yann Collet · 1 year, 2 months ago
- 0cda010 fix formatting by Pavel P · 1 year, 2 months ago
- f7e8fc3 Check `STATIC_BMI2` instead of `STATIC_BMI2 == 1` by Pavel P · 1 year, 2 months ago
- 0a18362 Reorder __BMI2__ check by Pavel P · 1 year, 2 months ago
- d486ccc Update comment for STATIC_BMI2 macro by Pavel P · 1 year, 2 months ago
- 1b15e88 Move STATIC_BMI2 block as-is to portability_macros.h by Pavel P · 1 year, 2 months ago
- 59afb28 Remove unused ZSTD_decompressSequences_t typedef by Pavel P · 1 year, 2 months ago
- 1204626 Check `DYNAMIC_BMI2` instead of `DYNAMIC_BMI2 != 0` by Pavel P · 1 year, 2 months ago
- a7b59bc Merge pull request #4257 from pps83/dev-x64test by Yann Collet · 1 year, 2 months ago
- 55c0c5b Merge pull request #4258 from pps83/dev-ZSTD_ALIGNED by Yann Collet · 1 year, 2 months ago
- a0872a8 Implement ZSTD_ALIGNED for ms compiler by Pavel P · 1 year, 2 months ago
- 6c1d1cc Use _M_X64 only without mixing with _M_AMD64 by Pavel P · 1 year, 2 months ago
- 48b186f Merge pull request #4253 from facebook/BitContainerType by Yann Collet · 1 year, 2 months ago
- 82346b9 minor: generalize BitContainerType by Yann Collet · 1 year, 2 months ago
- 4bbf4a2 enable DYNAMIC_BMI2 by default on x86 (32-bit mode) by Yann Collet · 1 year, 2 months ago
- a556559 no longer limit automated BMI2 detection to x64 by Yann Collet · 1 year, 2 months ago
- 27d7940 minor: cosmetic, indentation by Yann Collet · 1 year, 3 months ago
- f0b5f65 fixed minor static function declaration issue by Yann Collet · 1 year, 3 months ago
- 9efb097 added a CI test for x86 32-bit + avx2 combination by Yann Collet · 1 year, 3 months ago
- a469e7c Merge pull request #4248 from pps83/dev-bzhi32 by Yann Collet · 1 year, 3 months ago
- 167b004 Merge pull request #4246 from pps83/dev-asmx64-win by Yann Collet · 1 year, 3 months ago
- fcd684b update sizeof check by Pavel P · 1 year, 3 months ago
- d60c4d7 remove unrelated changes by Pavel P · 1 year, 3 months ago
- 462484d change to BitContainerType by Pavel P · 1 year, 3 months ago
- 26e5fb3 handle 32bit size_t when building for x64 by Pavel P · 1 year, 3 months ago
- 936927a handle 32bit size_t when building for x64 by Pavel P · 1 year, 3 months ago
- e8de808 minor: assert that state is not null by Yann Collet · 1 year, 3 months ago
- ee17f4c Use _bzhi_u32 for 32-bit builds when building with STATIC_BMI2 by Pavel P · 1 year, 3 months ago
- 46e17b8 [asm] Enable x86_64 asm for windows builds by Pavel P · 1 year, 3 months ago
- 19025f3 Merge pull request #4238 from szsam/patch-1 by Yann Collet · 1 year, 3 months ago
- 87f0a4f restore full equation by Yann Collet · 1 year, 3 months ago
- 8bff69a Alignment instruction ZSTD_ALIGNED() in common/compiler.h by Yann Collet · 1 year, 3 months ago
- 2f3ee8b changed code compilation test to employ ZSTD_ARCH_X86_AVX2 by Yann Collet · 1 year, 3 months ago
- debe3d2 removed unused branch by Yann Collet · 1 year, 3 months ago
- 6f8e6f3 create new compilation macro ZSTD_ARCH_X86_AVX2 by Yann Collet · 1 year, 3 months ago
- e3181cf minor code doc update by Yann Collet · 1 year, 3 months ago
- aa2cdf9 added compilation-time checks to ensure AVX2 code is valid by Yann Collet · 1 year, 3 months ago
- 57a4554 removed unused variable by Yann Collet · 1 year, 3 months ago
- 4aaf9ce fix minor conversion warning by Yann Collet · 1 year, 3 months ago
- db3d488 no need for specialized variant by Yann Collet · 1 year, 3 months ago
- cd53924 removed erroneous #includes by Yann Collet · 1 year, 3 months ago
- ed0a8b8 AVX2 version of ZSTD_get1BlockSummary() by Yann Collet · 1 year, 3 months ago
- b6a4d5a minor +10% speed improvement for scalar ZSTD_get1BlockSummary() by Yann Collet · 1 year, 3 months ago
- 8eb2587 added benchmark for get1BlockSummary() by Yann Collet · 1 year, 3 months ago
- 8d62164 control long length within AVX2 implementation by Yann Collet · 1 year, 3 months ago
- d1f0e5f fullbench can run a verification function by Yann Collet · 1 year, 3 months ago
- 8867204 initial implementation (incomplete) by Yann Collet · 1 year, 3 months ago
- afff3d2 return error if block delimiter is not found by Mingjie Shen · 1 year, 3 months ago
- e490be8 fix out-of-bounds array index access by Mingjie Shen · 1 year, 3 months ago
- 42d704a should check defined(_M_X64) not defined(_M_X86) when building with MSVC. by MessyHack · 1 year, 3 months ago
- a610550 Merge pull request #4218 from facebook/externC by Victor Zhang · 1 year, 3 months ago
- d88651e Do not vary row matchfinder selection based on availability of SSE2/Neon by Victor Zhang · 1 year, 3 months ago
- 1548bfc [opt] Fix too short of match getting generated by Nick Terrell · 1 year, 3 months ago
- 04a2a02 update type names by Yann Collet · 1 year, 3 months ago
- a2ff6ea improve ZSTD_getFrameHeader on skippable frames by Yann Collet · 1 year, 3 months ago
- f8a2b35 clarify doc on Frame-level methods when invoked on a skippable frame by Yann Collet · 1 year, 3 months ago
- 47cbfc8 restore invocation of ZSTD_entropyCompressSeqStore() by Yann Collet · 1 year, 3 months ago
- 522adc3 minor: use MEM_writeLE24() by Yann Collet · 1 year, 4 months ago
- b7a9e69 added parameter litCapacity by Yann Collet · 1 year, 4 months ago
- 76445bb add a check, to return an error if Sequence validation is enabled by Yann Collet · 1 year, 4 months ago
- ab0f179 ensure that srcSize is controlled by Yann Collet · 1 year, 4 months ago
- b339eff add dedicated error code for special case by Yann Collet · 1 year, 4 months ago
- 0a54f6f ZSTD_compressSequencesAndLiterals requires srcSize as parameter by Yann Collet · 1 year, 4 months ago
- b7b4e86 fixed minor conversion warning by Yann Collet · 1 year, 4 months ago
- 12c47d3 improved speed of the Sequences converter by Yann Collet · 1 year, 4 months ago
- 95ad9e4 added benchmark for ZSTD_convertBlockSequences_wBlockDelim() by Yann Collet · 1 year, 4 months ago
- d48e330 change name to ZSTD_convertSequences*() by Yann Collet · 1 year, 4 months ago
- 31b5ef2 ZSTD_compressSequencesAndLiterals() now supports multi-blocks frames. by Yann Collet · 1 year, 4 months ago
- 5164d44 change advanced parameter name: ZSTD_c_repcodeResolution by Yann Collet · 1 year, 4 months ago
- ca8bd83 minor: cleaner function parameter repcodeResolution by Yann Collet · 1 year, 4 months ago
- d2d0fda updated documentation on validateSequence by Yann Collet · 1 year, 4 months ago
- 1f6d681 optimization: instantiate specialized version without Sequence checking code by Yann Collet · 1 year, 4 months ago
- a288751 minor optimization: only track seqPos->posInSrc when validateSequences is enabled by Yann Collet · 1 year, 4 months ago
- f176514 minor doc update by Yann Collet · 1 year, 4 months ago
- 1c8f5b0 minor optimization for ZSTD_compressSequencesAndLiterals() by Yann Collet · 1 year, 4 months ago
- 0a5c080 minor conversion warning fix by Yann Collet · 1 year, 4 months ago
- f281497 fullbench: new scenario: compressSequencesAndLiterals() by Yann Collet · 1 year, 4 months ago
- 8ab0409 add the compressSequences() benchmark scenario by Yann Collet · 1 year, 4 months ago
- 0b013b2 added unit tests to ZSTD_compressSequencesAndLiterals() by Yann Collet · 1 year, 4 months ago
- 14a21e4 produced ZSTD_compressSequencesAndLiterals() as a separate pipeline by Yann Collet · 1 year, 4 months ago
- bcb1509 minor: more accurate variable scope by Yann Collet · 1 year, 4 months ago
- 047db4f ZSTD_SequenceCopier_f no returns the nb of bytes consumed from input by Yann Collet · 1 year, 4 months ago
- 4ef9d7d codemod: ZSTD_cParamMode_e -> ZSTD_CParamMode_e by Yann Collet · 1 year, 4 months ago
- 56cfb78 codemod: ZSTD_paramSwitch_e -> ZSTD_ParamSwitch_e by Yann Collet · 1 year, 4 months ago
- 13b9296 minor simplification by Yann Collet · 1 year, 4 months ago