~obeancomputer/bitter

6eb7185b6a7c5d7f41130994be8dbbc9d6c213b4 — ocsmit 1 year, 2 months ago 82acea3
Update README
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 4,7 4,7 @@ Compact/succinct representations for vectors and arrays
## BitArray

Compact bit arrays are space effecient representation of the classical array
as described in "[Compact Data Structures, a practical approach](https://doi.org/10.1017/CBO9781316588284)" .
as described in "[Compact Data Structures, a practical approach](https://doi.org/10.1017/CBO9781316588284)" and its extensive bibliography.

Arrays are stored in a compact form by using only the bits needed for each
element. E.g. below the array A is shown to be stored using only two uint32