Home
last modified time | relevance | path

Searched refs:ZSTD (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/
H A DREADME.md1 # 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 DMakefile11 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 Dzstd.1.md465 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 Dlibzstd.pc.in1 # ZSTD - standard compression algorithm
H A DREADME.md173 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 Ddwarfs17 >&0 leshort =2 \b, ZSTD compression
/freebsd/sys/contrib/zstd/
H A DMakefile86 ZSTD=../../programs/zstd $(MAKE) -C doc/educational_decoder $@
H A DCHANGELOG59 tests: Test coverage for ZSTD threadpool API (#2604, @senhuang42)