proxmark3/docker
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
..
archlinux docker & tests 2023-01-15 18:46:35 +01:00
debian-bullseye Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
fedora-36 update opensuse docker tests and other dockers 2023-01-16 00:34:02 +01:00
fedora-37 update opensuse docker tests and other dockers 2023-01-16 00:34:02 +01:00
homebrew adapt docker images 2022-10-29 01:13:01 +02:00
kali Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
opensuse-leap Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
opensuse-tumbleweed Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
parrot-core-latest Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
ubuntu-18.04 Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
ubuntu-20.04 Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
ubuntu-22.04 Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
build-all.sh update opensuse docker tests and other dockers 2023-01-16 00:34:02 +01:00