From ec345a2ab2020a537a52291f83ff5355fc898a1f Mon Sep 17 00:00:00 2001 From: myoshika Date: Sat, 16 Jan 2021 14:39:51 +0900 Subject: [PATCH] Update README.md I think this is better. :) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ee5232f..df830d8 100644 --- a/README.md +++ b/README.md @@ -224,14 +224,14 @@ using [900.000 multicore servers](https://www.cloudyn.com/blog/10-facts-didnt-kn ### Compile: Download or clone TurboPFor - git clone git://github.com/powturbo/TurboPFor.git - cd TurboPFor + git clone git://github.com/powturbo/TurboPFor-Integer-Compression.git + cd TurboPFor-Integer-Compression make To benchmark external libraries + lz77 compression: - git clone --recursive git://github.com/powturbo/TurboPFor.git - cd TurboPFor + git clone --recursive git://github.com/powturbo/TurboPFor-Integer-Compression.git + cd TurboPFor-Integer-Compression make CODEC1=1 CODEC2=1 LZ=1 ###### Windows visual c++ @@ -474,14 +474,14 @@ Last update: 20 Aug 2020 ##### TurboPFor + external libraries
-TurboPFor               	https://github.com/powturbo/TurboPFor
+TurboPFor               	https://github.com/powturbo/TurboPFor-Integer-Compression
 FastPFor (FP)              	https://github.com/lemire/FastPFor
 lz4				https://github.com/Cyan4973/lz4
 LittleIntPacker (LI)       	https://github.com/lemire/LittleIntPacker
 MaskedVbyte             	http://maskedvbyte.org
 Polycom (PC)               	https://github.com/encode84/bcm
 simdcomp (SC)              	https://github.com/lemire/simdcomp
-Simple-8b optimized     	https://github.com/powturbo/TurboPFor
+Simple-8b optimized     	https://github.com/powturbo/TurboPFor-Integer-Compression
 Streamvbyte             	https://github.com/lemire/streamvbyte
 VarintG8IU              	https://github.com/lemire/FastPFor