Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc0d committed Sep 3, 2021
1 parent a9f5bab commit 8e436a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Unsigned Integer 32 Byte Packing Compression. Inspired by [lemire/FastPFor](https://github.com/lemire/FastPFor).


Package bp32 is an implementation of the binary packing integer compression algorithm in in Go (also known as PackedBinary) using unsigned 32 integer blocks.
Package bp32 is an implementation of the binary packing integer compression algorithm in Go using unsigned 32 integer blocks.
It is mostly suitable for sorted arrays containing small positive 32bit-integers like IPv4 addresses or timestamp.
Given a list of sorted integers, it computes the successive differences prior for compression purposes.
For details, check [Daniel Lemire and Leonid Boytsov, Decoding billions of integers per second](http://arxiv.org/abs/1209.2137).
Expand Down

0 comments on commit 8e436a7

Please sign in to comment.