We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0dad50 + 34dd305 commit f0e6b4eCopy full SHA for f0e6b4e
README.md
@@ -59,7 +59,7 @@ while using several times less memory.
59
60
## When should you use compressed bitmaps?
61
62
-An uncompress BitSet can use a lot of memory. For example, if you take a BitSet
+An uncompressed BitSet can use a lot of memory. For example, if you take a BitSet
63
and set the bit at position 1,000,000 to true and you have just over 100kB. That's over 100kB
64
to store the position of one bit. This is wasteful even if you do not care about memory:
65
suppose that you need to compute the intersection between this BitSet and another one
0 commit comments