-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates vendored dependencies. (#482)
- Loading branch information
Peter Goodman
authored
Dec 6, 2023
1 parent
2056c6d
commit a64bd7b
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule src
updated
47 files
Submodule src
updated
3 files
+105 −56 | bin/Inventory/lift.py | |
+19 −10 | bin/Inventory/run_on_pasta.py | |
+410 −56 | bin/Inventory/schema.py |
Submodule src
updated
10 files
Submodule src
updated
19 files
+3 −1 | doc/zstd_compression_format.md | |
+4 −0 | lib/README.md | |
+17 −16 | lib/common/compiler.h | |
+16 −11 | lib/common/debug.h | |
+45 −36 | lib/common/error_private.h | |
+5 −11 | lib/common/xxhash.c | |
+2,353 −1,005 | lib/common/xxhash.h | |
+3 −3 | lib/common/zstd_internal.h | |
+41 −45 | lib/compress/zstd_compress.c | |
+12 −14 | lib/compress/zstd_compress_internal.h | |
+2 −2 | lib/compress/zstd_double_fast.c | |
+1 −1 | lib/compress/zstd_fast.c | |
+2 −2 | lib/compress/zstd_opt.c | |
+33 −28 | lib/compress/zstdmt_compress.c | |
+179 −119 | lib/decompress/huf_decompress.c | |
+16 −18 | lib/decompress/huf_decompress_amd64.S | |
+1 −1 | lib/decompress/zstd_decompress.c | |
+12 −6 | lib/dictBuilder/zdict.c | |
+2 −2 | lib/zstd.h |