proxmark3/client
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
..
cmdscripts
deps Remove extraneous num_CPUs() calls. 2023-07-12 13:14:59 +03:00
dictionaries maur keys. Ql88 sector 17 a/b, thanks to AnnPlusplus and Atlab! 2023-06-28 13:29:08 +02:00
experimental_client_with_swig
experimental_lib Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
include
lualibs
luascripts allowing for more keys 2023-07-09 09:43:54 +02:00
pyscripts fix regex for extracting the description and notes.\n description now must start with a newline and go until it see the word usage:. \n\n notes now go until it sees either === or --- or \n\n\n which all would be indication that the notes section ended. 2023-06-27 15:24:25 +02:00
resources Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
src Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
atr_scrap_pcsctools.py
CMakeLists.txt Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
default_keys_dic2lua.awk
emojis_scrap_github.py
gen_pm3mfsim_script.sh
Makefile Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
pm3_cmd_h2lua.awk
README-bitlib
update_amiibo_tools_lua.py