1. fcab484 Nit: Rename Function by W. Felix Handte · 3 years, 2 months ago
  2. 47fd762 Nit: Unnest Blocks that Don't Declare Anything by W. Felix Handte · 3 years, 2 months ago
  3. 2cdfad5 Search One Last Position by W. Felix Handte · 3 years, 2 months ago
  4. 6ae44c0 Advance Long Index Lookup (+0.5% Speed) by W. Felix Handte · 3 years, 2 months ago
  5. 2ddef7c Write Back Advanced Hash in Long Matches as Well (+Ratio) by W. Felix Handte · 3 years, 2 months ago
  6. 39f2491 Use Look-Ahead Hash for Next Long Check after Short Match (+0.5% Speed) by W. Felix Handte · 3 years, 2 months ago
  7. db4e1b5 Hash Long One Position Ahead (+2.5% Speed) by W. Felix Handte · 3 years, 3 months ago
  8. a1ac720 Pull Match Found Stuff Out of the Loop by W. Felix Handte · 3 years, 3 months ago
  9. 072ffaa Extract Working Variables by W. Felix Handte · 3 years, 3 months ago
  10. 1bdf041 Track Step Rather than Recalculating (+0.5% Speed) by W. Felix Handte · 3 years, 3 months ago
  11. 258c062 Extract Single-Segment Variant of ZSTD_dfast by W. Felix Handte · 3 years, 3 months ago
  12. 52598d5 Limit train samples (#2809) by stanjo74 · 3 years, 1 month ago
  13. 7868f38 Merge pull request #2747 from Helflym/dev by Yann Collet · 3 years, 2 months ago
  14. a782656 Merge pull request #2803 from terrelln/linux-kernel-ci by Nick Terrell · 3 years, 2 months ago
  15. 3a4d421 Merge pull request #2802 from solbjorn/fix-kernel-wundef by Nick Terrell · 3 years, 2 months ago
  16. db9999a Merge pull request #2810 from 3nids/patch-1 by Nick Terrell · 3 years, 2 months ago
  17. 358f177 Merge pull request #2755 from senhuang42/skip_long_matches_lazy by sen · 3 years, 2 months ago
  18. abc1a91 add missing BUNDLE DESTINATION by Denis Rouzaud · 3 years, 2 months ago
  19. 894f05e Fix ZSTD_countTrailingZeros() bug by Ma Lin · 3 years, 2 months ago
  20. 9360367 Update regression test by Sen Huang · 3 years, 2 months ago
  21. 4b7f45c Pull hot loop into its own function by Sen Huang · 3 years, 2 months ago
  22. ccdcbf4 Try beginning and end of match by Sen Huang · 3 years, 2 months ago
  23. b8fd6bf Skip most long matches in lazy hash table update by Sen Huang · 3 years, 3 months ago
  24. 9ef055d Merge pull request #2808 from terrelln/huf-oss-fuzz-fix by Nick Terrell · 3 years, 2 months ago
  25. 8b7a19f Merge pull request #2805 from nolange/smaller_code_with_disabled_features by Felix Handte · 3 years, 2 months ago
  26. a07ddb4 [huf] Fix OSS-Fuzz assert by Nick Terrell · 3 years, 2 months ago
  27. ae986fc Use __assume(0) for unreachable code path in msvc by Ma Lin · 3 years, 2 months ago
  28. 2ed14c2 minor : fix comment by Yann Collet · 3 years, 2 months ago
  29. ecb2dae added link to RFC by Yann Collet · 3 years, 2 months ago
  30. 70a80b6 minor : makes the "stable" property of Zstandard format more prominent by Yann Collet · 3 years, 2 months ago
  31. 6763f40 zstd_decompress: use a helper function for context create by Norbert Lange · 3 years, 2 months ago
  32. 0d45540 decompress: conditionally remove bmi2 from context by Norbert Lange · 3 years, 2 months ago
  33. 02296ca decompress: conditionally remove legacy members from context by Norbert Lange · 3 years, 2 months ago
  34. 71526e6 [contrib][linux] Fix -Wundef inside Linux kernel tree by Alexander Lobakin · 3 years, 2 months ago
  35. e5ba858 Don't initialize the first parameter of _BitScanForward* functions by Ma Lin · 3 years, 2 months ago
  36. 95f492e Don't initialize the first parameter of _BitScanReverse* functions by Ma Lin · 3 years, 2 months ago
  37. cc22042 Fix a C89 error in msvc by Ma Lin · 3 years, 2 months ago
  38. b10085d [contrib][linux-kernel] Add standard warnings and -Werror to CI by Nick Terrell · 3 years, 2 months ago
  39. 32a8443 Merge pull request #2790 from solbjorn/huf-asm-kernel by Nick Terrell · 3 years, 2 months ago
  40. 14772d9 Merge pull request #2796 from terrelln/linux-fixes by Nick Terrell · 3 years, 2 months ago
  41. 01976ce Merge pull request #2799 from terrelln/oss-fuzz-build by Nick Terrell · 3 years, 2 months ago
  42. 1903d6a Merge pull request #2798 from abxhr/typo-fix by Nick Terrell · 3 years, 2 months ago
  43. d7ef97a [build] Fix oss-fuzz build with the dataflow sanitizer by Nick Terrell · 3 years, 2 months ago
  44. 9cb5d35 Merge pull request #2797 from facebook/btconst by Yann Collet · 3 years, 2 months ago
  45. 54a888b Fix typo by Abshar Mohammed Aslam · 3 years, 2 months ago
  46. 189e87b [lib] Make lib compatible with `-Wfall-through` excepting legacy by Nick Terrell · 3 years, 2 months ago
  47. fa2a4d7 constify MatchState* parameter when possible by Yann Collet · 3 years, 2 months ago
  48. d8b7fc5 [contrib][linux] Add contrib/linux-kernel/linux to .gitignore by Alexander Lobakin · 3 years, 2 months ago
  49. c45b27a [contrib][linux] Add huf_decompress_amd64.o target to Makefile by Alexander Lobakin · 3 years, 2 months ago
  50. e6d62bb [contrib][linux] Fix build with CONFIG_WERROR by Alexander Lobakin · 3 years, 2 months ago
  51. c7afbec Merge pull request #2780 from senhuang42/blocksplit_stack_reduce by sen · 3 years, 2 months ago
  52. 1d8143c Move block splitter from stack to CCtx by senhuang42 · 3 years, 2 months ago
  53. e3feec7 Merge pull request #2795 from terrelln/linux-fixes by Nick Terrell · 3 years, 2 months ago
  54. 162491f [contrib][linux] Reduce stack usage by 80 bytes by Nick Terrell · 3 years, 2 months ago
  55. b25d574 Merge pull request #2794 from terrelln/spdx-license by Nick Terrell · 3 years, 2 months ago
  56. 441eb26 Merge pull request #2793 from facebook/rdoc by Yann Collet · 3 years, 2 months ago
  57. 4d347a9 [contrib][linux] Fix up SPDX license identifiers by Nick Terrell · 3 years, 2 months ago
  58. 8150891 regenerated zstdless.1 by Yann Collet · 3 years, 2 months ago
  59. 3addf2f updated zstdgrep man page by Yann Collet · 3 years, 2 months ago
  60. 70b36c2 update zstdgrep doc by Yann Collet · 3 years, 2 months ago
  61. 999f877 updated man pages by Yann Collet · 3 years, 2 months ago
  62. 2832bbb emphasize usage of -r in documentation by Yann Collet · 3 years, 2 months ago
  63. 044c8b4 Merge pull request #2779 from senhuang42/fse_fix by sen · 3 years, 2 months ago
  64. 1e99d36 Merge pull request #2788 from senhuang42/param_switch by sen · 3 years, 2 months ago
  65. 5208e14 Merge pull request #2791 from terrelln/huf-asm-fixes by Nick Terrell · 3 years, 2 months ago
  66. 99b5e7b Add test case for FSE over-write by senhuang42 · 3 years, 2 months ago
  67. 9450876 [huf] Fix compilation when DYNAMIC_BMI2=0 && BMI2 is supported by Nick Terrell · 3 years, 2 months ago
  68. 06f42c3 Use new paramSwitch enum for LDM by senhuang42 · 3 years, 2 months ago
  69. b5c35d7 Use new paramSwitch enum for LCM, row matchfinder, and block splitter by senhuang42 · 3 years, 2 months ago
  70. 8385355 Merge pull request #2722 from terrelln/huf-asm by Nick Terrell · 3 years, 2 months ago
  71. a5f2c45 Huffman ASM by Nick Terrell · 3 years, 2 months ago
  72. 51b123d Merge pull request #2784 from terrelln/huf-asm-fuzzer by Nick Terrell · 3 years, 2 months ago
  73. 847dcb6 Merge pull request #2787 from animalize/msvc2019 by Yann Collet · 3 years, 2 months ago
  74. 4eef208 add msvc2019 to build.generic.cmd by Ma Lin · 3 years, 2 months ago
  75. d7542aa [fuzzer] Add huf_decompress fuzzer by Nick Terrell · 3 years, 2 months ago
  76. 6392c38 Merge pull request #2783 from terrelln/huf-asm-makefiles by Nick Terrell · 3 years, 2 months ago
  77. 8bf699a [build] Add support for ASM files in Make + CMake by Nick Terrell · 3 years, 2 months ago
  78. 9d2a45a Merge pull request #2778 from senhuang42/opt_inlining_revert by sen · 3 years, 2 months ago
  79. a7aa2c5 Fix NCountWriteBound by Sen Huang · 3 years, 2 months ago
  80. bd84e4a Revert opt outlining change by Sen Huang · 3 years, 2 months ago
  81. 2fabd37 Merge pull request #2777 from terrelln/oss-fuzz-fix by Nick Terrell · 3 years, 2 months ago
  82. 9d9e2ed [rsyncable] Fix test failures by Nick Terrell · 3 years, 2 months ago
  83. 2e6f5bc Merge pull request #2771 from facebook/opt_investigation by Yann Collet · 3 years, 2 months ago
  84. d22bbed Merge pull request #2776 from terrelln/oss-fuzz-fix by Nick Terrell · 3 years, 2 months ago
  85. fd94b9d Merge branch 'dev' into opt_investigation by Yann Collet · 3 years, 2 months ago
  86. 29f595e Merge pull request #2773 from senhuang42/huffman_bugix by sen · 3 years, 2 months ago
  87. a418b4e [rsyncable] Ensure ZSTD_compressBound() is respected by Nick Terrell · 3 years, 2 months ago
  88. d45d0ad Update regression test by Sen Huang · 3 years, 2 months ago
  89. 4a498fb Add a dictionary training large corpus test by Sen Huang · 3 years, 2 months ago
  90. 1daf3c8 Use 32 buckets for log2 bucketing in huffman sort by Sen Huang · 3 years, 2 months ago
  91. b6b2855 updated regression tests by Yann Collet · 3 years, 2 months ago
  92. f58e63b Merge branch 'dev' into opt_investigation by Yann Collet · 3 years, 2 months ago
  93. 640c5b1 fix automated_benchmarking by Yann Collet · 3 years, 2 months ago
  94. c10067c Merge pull request #2775 from eli-schwartz/meson by Yann Collet · 3 years, 2 months ago
  95. 193aa49 meson: fix type error for integer option by Eli Schwartz · 3 years, 2 months ago
  96. d68aa19 Merge pull request #2749 from felixhandte/zstd-fast-pipelined by Felix Handte · 3 years, 2 months ago
  97. 5449ede make automated-benchmarking faster by Yann Collet · 3 years, 2 months ago
  98. b7f46eb use ZSTD_memcpy() for better portability by Yann Collet · 3 years, 2 months ago
  99. 4f0b1b9 update regression tests by Yann Collet · 3 years, 2 months ago
  100. 7fce9a4 change update rate to 12/11/11/11 by Yann Collet · 3 years, 2 months ago