Skip to content

Commit 7155dd4

Browse files
Update README.md
1 parent 369a998 commit 7155dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sudo apt-get install python3-dev
2727

2828
# Documentation
2929

30-
The library supports all the codecs implemented in the original [FastPFor](https://github.com/lemire/FastPFor) library by Feb 2018). To get a list of codecs, use the function ``getCodecList``.
30+
The library supports all the codecs implemented in the original [FastPFor](https://github.com/lemire/FastPFor) library by Feb 2018. To get a list of codecs, use the function ``getCodecList``.
3131

3232
Typical light-weight compression does not take context into account and, consequently, works well only for small integers. When integers are large, data differencing is a common trick to make integers small. In particular, we often deal with sorted lists of integers, which can be represented by differences between neighboring numbers.
3333

0 commit comments

Comments
 (0)