Home
last modified time | relevance | path

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

/f-stack/freebsd/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.
18 future. Thus we keep them private to ZSTD.
20 ## Updating ZSTD
22 To update ZSTD the following steps need to be taken:
24 1. Grab the latest release of [ZSTD](https://github.com/facebook/zstd/releases).
57 ## Altering ZSTD and breaking changes
59 If ZSTD made changes that break compatibility or you need to make breaking
60 changes to the way we handle ZSTD, it is required to maintain backwards
[all …]
/f-stack/freebsd/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
/f-stack/freebsd/contrib/zstd/lib/
H A Dlibzstd.pc.in1 # ZSTD - standard compression algorithm
H A DREADME.md163 It means that if a project that uses ZSTD consists of a single `test-dll.c`
168 The compiled executable will require ZSTD DLL which is available at `dll\libzstd.dll`.
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstd.1.md438 1=ZSTD\_fast, 2=ZSTD\_dfast, 3=ZSTD\_greedy,
439 4=ZSTD\_lazy, 5=ZSTD\_lazy2, 6=ZSTD\_btlazy2,
440 7=ZSTD\_btopt, 8=ZSTD\_btultra, 9=ZSTD\_btultra2.
494 For ZSTD\_btopt, ZSTD\_btultra and ZSTD\_btultra2, it specifies
499 For ZSTD\_fast, it triggers ultra-fast mode when > 0.
/f-stack/freebsd/contrib/zstd/
H A DMakefile86 ZSTD=../../programs/zstd $(MAKE) -C doc/educational_decoder $@