Commit graph

9 commits

Author SHA1 Message Date
Philippe Teuwen aca547aa4f update docker stuff 2023-07-17 03:10:11 +02:00
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
Philippe Teuwen cb8f1a51ad update parrot docker tests 2023-01-15 19:54:56 +01:00
Philippe Teuwen 65d0e1ef06 update docker ubuntu 2023-01-15 19:41:19 +01:00
iceman1001 04ed4eb1d6 adapted docker ubuntu-20 2022-10-29 00:14:31 +02:00
Philippe Teuwen 54061d9364 Add openssl headers to the Dockerfiles 2022-02-15 23:08:06 +01:00
Philippe Teuwen c104ec275b docker ubuntu 2021-12-15 01:06:19 +01:00
Philippe Teuwen 8837ff73d0 update dockerfiles to add python script support 2021-10-11 23:17:38 +02:00
Philippe Teuwen 4c36f5a5f7 update docker scripts 2021-05-26 17:39:03 +02:00