]> git.ipfire.org Git - thirdparty/zstd.git/commit
separate compression level tables into their own files 2830/head
authorYann Collet <cyan@fb.com>
Mon, 25 Oct 2021 15:49:54 +0000 (08:49 -0700)
committerYann Collet <cyan@fb.com>
Mon, 25 Oct 2021 15:49:54 +0000 (08:49 -0700)
commit082d6c67751275a0e2c48b63a9e7db0225f4560b
tree9b04251378396d9d8764cd713c5daa5d8cf35e59
parent6a7ede3dfccbf3e0a5928b4224a039c260dcff72
separate compression level tables into their own files

that's clearer than finding the tables somewhere in the middle of `compress.c`.

Also, down the line, it may potentially allows zstd to feature adjusted tables depending on target cpu.
lib/compress/clevels.h [new file with mode: 0644]
lib/compress/zstd_compress.c