From 4ec1da409ccd5bee2aad7c5b8eba196ca7fbf45a Mon Sep 17 00:00:00 2001 From: powturbo Date: Thu, 22 Jun 2017 11:12:44 +0200 Subject: [PATCH] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab7c76f..163f509 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ header files to use with documentation:
### References: * **Benchmark references:** - * [FastPFor](https://github.com/lemire/FastPFor) + [Simdcomp](https://github.com/lemire/simdcomp): SIMDPack FPF, Vbyte FPF, VarintG8IU, StreamVbyte + * [FastPFor](https://github.com/lemire/FastPFor) + [Simdcomp](https://github.com/lemire/simdcomp): SIMDPack FPF, Vbyte FPF, VarintG8IU, StreamVbyte, GroupSimple * [Optimized Pfor-delta compression code](http://jinruhe.com): OptPFD/OptP4, Simple16 (limited to 28 bits integers) * [MaskedVByte](http://maskedvbyte.org/). See also: [Vectorized VByte Decoding](http://engineering.indeed.com/blog/2015/03/vectorized-vbyte-decoding-high-performance-vector-instructions/) * [Streamvbyte](https://github.com/lemire/streamvbyte).