No description
- C 100%
| build | ||
| lmz.h | ||
| lmz_cli.c | ||
| lmz_core.c | ||
| lmz_decompress.c | ||
| lmz_mt.c | ||
| readme.md | ||
| xxh3.h | ||
| xxh_x86dispatch.c | ||
| xxh_x86dispatch.h | ||
| xxhash.c | ||
| xxhash.h | ||
gcc -std=c11
-O3 -march=x86-64-v3 -mavx2 -funroll-loops -fomit-frame-pointer
-flto
-DNDEBUG
-static
lmz_core.c lmz_mt.c lmz_decompress.c lmz_cli.c xxhash.c
-o lmz.exe
-s
-pthread
zig build-exe lmz_cli.c lmz_core.c lmz_mt.c lmz_decompress.c xxhash.c -O ReleaseSmall -target x86_64-windows-gnu -mcpu x86_64_v3 -lc --name lmz -fstrip
LMZ v2
Usage: lmz c lmz d