55 Commits
Author SHA1 Message Date
Philippe Teuwen 7b5c350089 fix Tumbleweed docker 2023-09-08 15:46:49 +02:00
Philippe Teuwen 662ce8403e lz4 missing in some docs 2023-07-17 04:56:18 +02:00
Philippe Teuwen 9b2fb950ef fix docker/homebrew 2023-07-17 03:31:11 +02:00
Philippe Teuwen aca547aa4f update docker stuff 2023-07-17 03:10:11 +02:00
Philippe Teuwen a54097e19c fix archlinux and fedora dockers 2023-07-16 17:25:47 +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 2282d480ad update opensuse docker tests and other dockers 2023-01-16 00:34:02 +01:00
Philippe Teuwen 7e02a64576 update fedora docker tests 2023-01-15 21:53:39 +01: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
Philippe Teuwen f54dd925d1 docker & tests 2023-01-15 18:46:35 +01:00
iceman1001 216858eeba adapt docker images 2022-10-29 01:13:01 +02:00
iceman1001 99659db10a text 2022-10-29 01:01:06 +02:00
iceman1001 01c469115b better to upgrade too 2022-10-29 00:40:03 +02:00
iceman1001 489f91b388 better to upgrade too 2022-10-29 00:39:35 +02:00
iceman1001 ecc425683b adapt docker opensuse-tumbleweed 2022-10-29 00:38:48 +02:00
iceman1001 587167da83 adapt docker opensuse-lead 2022-10-29 00:30:08 +02:00
iceman1001 c3f35bdde0 adapt docker ubuntu-21, still no release since its EOL 2022-10-29 00:21:06 +02:00
iceman1001 04ed4eb1d6 adapted docker ubuntu-20 2022-10-29 00:14:31 +02:00
iceman1001 5245c6801d adapt ubuntu 18 docker 2022-10-29 00:04:53 +02:00
iceman1001 7c7f1e94fa adapt parrot docker 2022-10-28 23:50:41 +02:00
iceman1001 cf5b500a6b adapt debian docker 2022-10-28 23:38:22 +02:00
iceman1001 a557b53ae7 text 2022-10-28 22:17:22 +02:00
iceman1001 3f0b77fa93 add pip , cd directory when building and adding large release test script 2022-10-28 22:17:01 +02:00
iceman1001 06d653e330 skip install testing 2022-10-28 22:00:03 +02:00