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