Searched refs:ZSTD (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/ |
H A D | README.md | 1 # ZSTD-On-ZFS Library Manual 5 This subtree contains the ZSTD library used in ZFS. It is heavily cut-down by 8 library, besides upgrading to a newer ZSTD release. 17 future. Thus we keep them private to ZSTD. 19 ## Updating ZSTD 21 To update ZSTD the following steps need to be taken: 23 1. Grab the latest release of [ZSTD](https://github.com/facebook/zstd/releases). 30 ## Altering ZSTD and breaking changes 32 If ZSTD made changes that break compatibility or you need to make breaking 33 changes to the way we handle ZSTD, it is required to maintain backwards [all …]
|
/freebsd/sys/contrib/zstd/doc/educational_decoder/ |
H A D | Makefile | 11 ZSTD ?= zstd # note: requires zstd installation on local system macro 47 @$(ZSTD) -f README.md -o tmp.zst 55 @$(ZSTD) --train harness.c zstd_decompress.c zstd_decompress.h README.md \ 59 @$(ZSTD) -f README.md -D dictionary -o tmp.zst
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | zstd.1.md | 465 1=ZSTD\_fast, 2=ZSTD\_dfast, 3=ZSTD\_greedy, 466 4=ZSTD\_lazy, 5=ZSTD\_lazy2, 6=ZSTD\_btlazy2, 467 7=ZSTD\_btopt, 8=ZSTD\_btultra, 9=ZSTD\_btultra2. 521 For ZSTD\_btopt, ZSTD\_btultra and ZSTD\_btultra2, it specifies 526 For ZSTD\_fast, it triggers ultra-fast mode when > 0.
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | libzstd.pc.in | 1 # ZSTD - standard compression algorithm
|
H A D | README.md | 173 It means that if a project that uses ZSTD consists of a single `test-dll.c` 178 The compiled executable will require ZSTD DLL which is available at `dll\libzstd.dll`.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | dwarfs | 17 >&0 leshort =2 \b, ZSTD compression
|
/freebsd/sys/contrib/zstd/ |
H A D | Makefile | 86 ZSTD=../../programs/zstd $(MAKE) -C doc/educational_decoder $@
|
H A D | CHANGELOG | 59 tests: Test coverage for ZSTD threadpool API (#2604, @senhuang42)
|