- b8fd6bf Skip most long matches in lazy hash table update by Sen Huang · 3 years, 3 months ago
- 9ef055d Merge pull request #2808 from terrelln/huf-oss-fuzz-fix by Nick Terrell · 3 years, 2 months ago
- 8b7a19f Merge pull request #2805 from nolange/smaller_code_with_disabled_features by Felix Handte · 3 years, 2 months ago
- a07ddb4 [huf] Fix OSS-Fuzz assert by Nick Terrell · 3 years, 2 months ago
- ae986fc Use __assume(0) for unreachable code path in msvc by Ma Lin · 3 years, 2 months ago
- 2ed14c2 minor : fix comment by Yann Collet · 3 years, 2 months ago
- ecb2dae added link to RFC by Yann Collet · 3 years, 2 months ago
- 70a80b6 minor : makes the "stable" property of Zstandard format more prominent by Yann Collet · 3 years, 2 months ago
- 6763f40 zstd_decompress: use a helper function for context create by Norbert Lange · 3 years, 2 months ago
- 0d45540 decompress: conditionally remove bmi2 from context by Norbert Lange · 3 years, 2 months ago
- 02296ca decompress: conditionally remove legacy members from context by Norbert Lange · 3 years, 2 months ago
- 71526e6 [contrib][linux] Fix -Wundef inside Linux kernel tree by Alexander Lobakin · 3 years, 2 months ago
- e5ba858 Don't initialize the first parameter of _BitScanForward* functions by Ma Lin · 3 years, 2 months ago
- 95f492e Don't initialize the first parameter of _BitScanReverse* functions by Ma Lin · 3 years, 2 months ago
- cc22042 Fix a C89 error in msvc by Ma Lin · 3 years, 2 months ago
- b10085d [contrib][linux-kernel] Add standard warnings and -Werror to CI by Nick Terrell · 3 years, 2 months ago
- 32a8443 Merge pull request #2790 from solbjorn/huf-asm-kernel by Nick Terrell · 3 years, 2 months ago
- 14772d9 Merge pull request #2796 from terrelln/linux-fixes by Nick Terrell · 3 years, 2 months ago
- 01976ce Merge pull request #2799 from terrelln/oss-fuzz-build by Nick Terrell · 3 years, 2 months ago
- 1903d6a Merge pull request #2798 from abxhr/typo-fix by Nick Terrell · 3 years, 2 months ago
- d7ef97a [build] Fix oss-fuzz build with the dataflow sanitizer by Nick Terrell · 3 years, 2 months ago
- 9cb5d35 Merge pull request #2797 from facebook/btconst by Yann Collet · 3 years, 2 months ago
- 54a888b Fix typo by Abshar Mohammed Aslam · 3 years, 2 months ago
- 189e87b [lib] Make lib compatible with `-Wfall-through` excepting legacy by Nick Terrell · 3 years, 2 months ago
- fa2a4d7 constify MatchState* parameter when possible by Yann Collet · 3 years, 2 months ago
- d8b7fc5 [contrib][linux] Add contrib/linux-kernel/linux to .gitignore by Alexander Lobakin · 3 years, 2 months ago
- c45b27a [contrib][linux] Add huf_decompress_amd64.o target to Makefile by Alexander Lobakin · 3 years, 2 months ago
- e6d62bb [contrib][linux] Fix build with CONFIG_WERROR by Alexander Lobakin · 3 years, 2 months ago
- c7afbec Merge pull request #2780 from senhuang42/blocksplit_stack_reduce by sen · 3 years, 2 months ago
- 1d8143c Move block splitter from stack to CCtx by senhuang42 · 3 years, 2 months ago
- e3feec7 Merge pull request #2795 from terrelln/linux-fixes by Nick Terrell · 3 years, 2 months ago
- 162491f [contrib][linux] Reduce stack usage by 80 bytes by Nick Terrell · 3 years, 2 months ago
- b25d574 Merge pull request #2794 from terrelln/spdx-license by Nick Terrell · 3 years, 2 months ago
- 441eb26 Merge pull request #2793 from facebook/rdoc by Yann Collet · 3 years, 2 months ago
- 4d347a9 [contrib][linux] Fix up SPDX license identifiers by Nick Terrell · 3 years, 2 months ago
- 8150891 regenerated zstdless.1 by Yann Collet · 3 years, 2 months ago
- 3addf2f updated zstdgrep man page by Yann Collet · 3 years, 2 months ago
- 70b36c2 update zstdgrep doc by Yann Collet · 3 years, 2 months ago
- 999f877 updated man pages by Yann Collet · 3 years, 2 months ago
- 2832bbb emphasize usage of -r in documentation by Yann Collet · 3 years, 2 months ago
- 044c8b4 Merge pull request #2779 from senhuang42/fse_fix by sen · 3 years, 2 months ago
- 1e99d36 Merge pull request #2788 from senhuang42/param_switch by sen · 3 years, 2 months ago
- 5208e14 Merge pull request #2791 from terrelln/huf-asm-fixes by Nick Terrell · 3 years, 2 months ago
- 99b5e7b Add test case for FSE over-write by senhuang42 · 3 years, 2 months ago
- 9450876 [huf] Fix compilation when DYNAMIC_BMI2=0 && BMI2 is supported by Nick Terrell · 3 years, 2 months ago
- 06f42c3 Use new paramSwitch enum for LDM by senhuang42 · 3 years, 2 months ago
- b5c35d7 Use new paramSwitch enum for LCM, row matchfinder, and block splitter by senhuang42 · 3 years, 2 months ago
- 8385355 Merge pull request #2722 from terrelln/huf-asm by Nick Terrell · 3 years, 2 months ago
- a5f2c45 Huffman ASM by Nick Terrell · 3 years, 2 months ago
- 51b123d Merge pull request #2784 from terrelln/huf-asm-fuzzer by Nick Terrell · 3 years, 2 months ago
- 847dcb6 Merge pull request #2787 from animalize/msvc2019 by Yann Collet · 3 years, 2 months ago
- 4eef208 add msvc2019 to build.generic.cmd by Ma Lin · 3 years, 2 months ago
- d7542aa [fuzzer] Add huf_decompress fuzzer by Nick Terrell · 3 years, 2 months ago
- 6392c38 Merge pull request #2783 from terrelln/huf-asm-makefiles by Nick Terrell · 3 years, 2 months ago
- 8bf699a [build] Add support for ASM files in Make + CMake by Nick Terrell · 3 years, 2 months ago
- 9d2a45a Merge pull request #2778 from senhuang42/opt_inlining_revert by sen · 3 years, 2 months ago
- a7aa2c5 Fix NCountWriteBound by Sen Huang · 3 years, 2 months ago
- bd84e4a Revert opt outlining change by Sen Huang · 3 years, 2 months ago
- 2fabd37 Merge pull request #2777 from terrelln/oss-fuzz-fix by Nick Terrell · 3 years, 2 months ago
- 9d9e2ed [rsyncable] Fix test failures by Nick Terrell · 3 years, 2 months ago
- 2e6f5bc Merge pull request #2771 from facebook/opt_investigation by Yann Collet · 3 years, 2 months ago
- d22bbed Merge pull request #2776 from terrelln/oss-fuzz-fix by Nick Terrell · 3 years, 2 months ago
- fd94b9d Merge branch 'dev' into opt_investigation by Yann Collet · 3 years, 2 months ago
- 29f595e Merge pull request #2773 from senhuang42/huffman_bugix by sen · 3 years, 2 months ago
- a418b4e [rsyncable] Ensure ZSTD_compressBound() is respected by Nick Terrell · 3 years, 2 months ago
- d45d0ad Update regression test by Sen Huang · 3 years, 2 months ago
- 4a498fb Add a dictionary training large corpus test by Sen Huang · 3 years, 2 months ago
- 1daf3c8 Use 32 buckets for log2 bucketing in huffman sort by Sen Huang · 3 years, 2 months ago
- b6b2855 updated regression tests by Yann Collet · 3 years, 2 months ago
- f58e63b Merge branch 'dev' into opt_investigation by Yann Collet · 3 years, 2 months ago
- 640c5b1 fix automated_benchmarking by Yann Collet · 3 years, 2 months ago
- c10067c Merge pull request #2775 from eli-schwartz/meson by Yann Collet · 3 years, 2 months ago
- 193aa49 meson: fix type error for integer option by Eli Schwartz · 3 years, 2 months ago
- d68aa19 Merge pull request #2749 from felixhandte/zstd-fast-pipelined by Felix Handte · 3 years, 2 months ago
- 5449ede make automated-benchmarking faster by Yann Collet · 3 years, 2 months ago
- b7f46eb use ZSTD_memcpy() for better portability by Yann Collet · 3 years, 2 months ago
- 4f0b1b9 update regression tests by Yann Collet · 3 years, 2 months ago
- 7fce9a4 change update rate to 12/11/11/11 by Yann Collet · 3 years, 2 months ago
- ef78611 change update rate to 11/10/10/10 by Yann Collet · 3 years, 2 months ago
- 42a3ed7 removed frequency booster for stat initialization of btultra2 by Yann Collet · 3 years, 2 months ago
- b096a5c updated regression tests by Yann Collet · 3 years, 2 months ago
- bcc6827 Merge pull request #2769 from senhuang42/typo_fix by sen · 3 years, 2 months ago
- 30fe49a Fix patch-from help msg typo by senhuang42 · 3 years, 2 months ago
- 08ceda3 new statistics update policy by Yann Collet · 3 years, 2 months ago
- 23a9368 new starting offcode table for zstd_opt by Yann Collet · 3 years, 2 months ago
- 27a8bbe new initializer for ll price by Yann Collet · 3 years, 2 months ago
- f0fc8cb Disable console notification by default within the library by Yann Collet · 3 years, 2 months ago
- eab6922 removed pretty-print of sizes in benchmark by Yann Collet · 3 years, 2 months ago
- 71076b7 Merge pull request #2763 from senhuang42/opt_compiletime by sen · 3 years, 3 months ago
- a8cf85a Merge pull request #2762 from facebook/level13 by Yann Collet · 3 years, 3 months ago
- 4d61f10 Merge pull request #2761 from senhuang42/fse_wksp_fix by sen · 3 years, 3 months ago
- d88c1d9 Remove inlining for opt by Sen Huang · 3 years, 3 months ago
- 40e44bd updated regression tests by Yann Collet · 3 years, 3 months ago
- 70d89e5 minor rebalancing of level 13 by Yann Collet · 3 years, 3 months ago
- 414e24b Add 8 bytes to FSE workspace by senhuang42 · 3 years, 3 months ago
- b0977e4 Update results.csv by W. Felix Handte · 3 years, 3 months ago
- d6fd776 Fix VS Build: Explicitly Cast to Narrow Ints by W. Felix Handte · 3 years, 3 months ago
- 98d3df3 Change Target Size in Fuzzer by W. Felix Handte · 3 years, 3 months ago
- 15e67bf Deduplicate Implementations by W. Felix Handte · 3 years, 3 months ago
- 64054de Tweak Step by W. Felix Handte · 3 years, 3 months ago