proxmark3/doc/md/Installation_Instructions
Philippe Teuwen 83e083100b Bring LZ4 support for hardnested tables
Testing perfs on an old 8-core laptop:
BZ2   :   2 Mb, average decompression time: 5514 ms
LZ4 -9:   9 Mb, average decompression time:  837 ms
RAW   : 704 Mb, average decompression time:  368 ms

Other LZ4 options don't help: -1 is slower and bigger, --favor-decSpeed does not do anything

To enable:

apt install liblz4-dev
cd client/resources/hardnested_tables
for i in *bz2; do bunzip2 $i; lz4 -9 --rm ${i%.bz2}; done
2023-07-15 22:58:00 +02:00
..
Linux-Installation-Instructions.md Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
Mac-OS-X-Compile-From-Source-Instructions.md fix link 2022-03-20 09:59:34 +01:00
Mac-OS-X-Homebrew-Installation-Instructions.md Update Mac-OS-X-Homebrew-Installation-Instructions.md 2023-03-29 20:37:02 +02:00
Mac-OS-X-MacPorts-Installation-Instructions.md doc(macos-macports): refactor macports docs 2023-04-19 13:55:20 +03:00
ModemManager-Must-Be-Discarded.md text 2021-12-31 11:36:43 +01:00
Troubleshooting.md Update Troubleshooting, libQt5Core.so.5 not found 2023-03-07 11:20:23 +08:00
VSCode-Installation-Instructions.md text 2021-12-31 11:36:43 +01:00
Windows-Installation-Instructions.md Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
Windows-WSL2-Installation-Instructions.md Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
wsl2_p9np.png