mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Apparently it's better. Somehow. ``` for f in $(find . \( -path ./.git -o -path ./tests/fuzz/corpora -o -path ./tests/regression/data-cache -o -path ./tests/regression/cache \) -prune -o -type f); do echo $f; sed -i 's/\-present/-2022/' $f; done g co HEAD -- build/meson/ ``` |
||
|---|---|---|
| .. | ||
| example.c | ||
| example_original.c | ||
| fitblk.c | ||
| fitblk_original.c | ||
| minigzip.c | ||
| zwrapbench.c | ||