Update README.md

I think this is better. :)
This commit is contained in:
myoshika
2021-01-16 14:39:51 +09:00
committed by GitHub
parent 4ab9f5b0e0
commit ec345a2ab2

View File

@ -224,14 +224,14 @@ using [900.000 multicore servers](https://www.cloudyn.com/blog/10-facts-didnt-kn
### Compile: ### Compile:
Download or clone TurboPFor Download or clone TurboPFor
git clone git://github.com/powturbo/TurboPFor.git git clone git://github.com/powturbo/TurboPFor-Integer-Compression.git
cd TurboPFor cd TurboPFor-Integer-Compression
make make
To benchmark external libraries + lz77 compression: To benchmark external libraries + lz77 compression:
git clone --recursive git://github.com/powturbo/TurboPFor.git git clone --recursive git://github.com/powturbo/TurboPFor-Integer-Compression.git
cd TurboPFor cd TurboPFor-Integer-Compression
make CODEC1=1 CODEC2=1 LZ=1 make CODEC1=1 CODEC2=1 LZ=1
###### Windows visual c++ ###### Windows visual c++
@ -474,14 +474,14 @@ Last update: 20 Aug 2020
##### TurboPFor + external libraries ##### TurboPFor + external libraries
<pre> <pre>
TurboPFor https://github.com/powturbo/TurboPFor TurboPFor https://github.com/powturbo/TurboPFor-Integer-Compression
FastPFor (FP) https://github.com/lemire/FastPFor FastPFor (FP) https://github.com/lemire/FastPFor
lz4 https://github.com/Cyan4973/lz4 lz4 https://github.com/Cyan4973/lz4
LittleIntPacker (LI) https://github.com/lemire/LittleIntPacker LittleIntPacker (LI) https://github.com/lemire/LittleIntPacker
MaskedVbyte http://maskedvbyte.org MaskedVbyte http://maskedvbyte.org
Polycom (PC) https://github.com/encode84/bcm Polycom (PC) https://github.com/encode84/bcm
simdcomp (SC) https://github.com/lemire/simdcomp 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 Streamvbyte https://github.com/lemire/streamvbyte
VarintG8IU https://github.com/lemire/FastPFor VarintG8IU https://github.com/lemire/FastPFor
</pre> </pre>