Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ocsmit committed Jul 18, 2023
1 parent 82acea3 commit 6eb7185
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 @@ -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
Expand Down

0 comments on commit 6eb7185

Please sign in to comment.