No description
Find a file
2026-02-17 18:35:22 +01:00
build zig test 2026-02-17 18:35:22 +01:00
lmz.h fix 6go to 16EXABYTES 2026-02-17 18:08:47 +01:00
lmz_cli.c fix 6go to 16EXABYTES 2026-02-17 18:08:47 +01:00
lmz_core.c fix 6go to 16EXABYTES 2026-02-17 18:08:47 +01:00
lmz_decompress.c fix decompress 2026-02-17 18:16:52 +01:00
lmz_mt.c fix 6go to 16EXABYTES 2026-02-17 18:08:47 +01:00
readme.md zig test 2026-02-17 18:35:22 +01:00
xxh3.h base 2026-02-17 17:30:37 +01:00
xxh_x86dispatch.c base 2026-02-17 17:30:37 +01:00
xxh_x86dispatch.h base 2026-02-17 17:30:37 +01:00
xxhash.c base 2026-02-17 17:30:37 +01:00
xxhash.h base 2026-02-17 17:30:37 +01:00

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