Files
proxmark3/doc
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
..
2020-10-09 14:12:55 +02:00
2019-05-05 00:18:18 +02:00
2021-07-13 00:35:43 -04:00
doc
2022-02-08 01:26:06 +02:00
2022-01-01 02:39:10 +01:00
2021-12-31 10:13:22 +01:00
2021-12-31 11:04:05 +01:00
2022-02-13 13:14:15 +01:00
2023-07-14 18:34:14 +02:00
2023-07-10 16:41:00 +02:00
2021-12-31 11:25:27 +01:00
2023-07-10 16:44:14 +02:00
2023-04-06 20:54:00 +08:00
2021-12-31 10:58:25 +01:00
2021-12-31 10:58:25 +01:00
2022-10-02 15:30:48 +02:00
2021-12-31 11:04:05 +01:00
2021-12-31 11:04:05 +01:00
2022-05-09 10:01:42 +10:00
2021-12-31 11:04:05 +01:00
2020-11-24 17:25:46 +11:00
2020-11-24 17:25:46 +11:00
2020-11-24 17:25:46 +11:00
2023-01-29 11:35:49 +11:00
2021-12-31 11:11:29 +01:00
2023-05-27 17:00:28 +02:00