From daff36e3b2416f3d5e5cb85cdf7c682dcbcdef26 Mon Sep 17 00:00:00 2001 From: x Date: Fri, 17 Mar 2023 21:02:54 +0100 Subject: [PATCH] . --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e628c8c..e641aad 100644 --- a/README.md +++ b/README.md @@ -234,13 +234,15 @@ q/s: queries/second, ms/q:milliseconds/query cd TurboPFor-Integer-Compression make - - To benchmark external libraries + lz77 compression: + To benchmark TurboPFor + general purpose compression codecs (zstd,lz4, Turbo-Range-Coder, bwt, bitshuffle): git clone --recursive https://github.com/powturbo/TurboPFor-Integer-Compression.git cd TurboPFor-Integer-Compression + make ICCODEC=1 + + To benchmark external libraries: Download the external libraries from github into the current directory - Axctivate/deactivate the ext. libs in the makefile - make CODEC1=1 CODEC2=1 + Activate/deactivate the ext. libs in the makefile + make CODEC1=1 CODEC2=1 ICCODEC=1 ###### Windows visual c++