Skip to content

Commit 01cdc9f

Browse files
authored
Update README.md
1 parent bd1ebff commit 01cdc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ whether you like it or not. That can become very wasteful.
100100

101101
This being said, there are definitively cases where attempting to use compressed bitmaps is wasteful.
102102
For example, if you have a small universe size. E.g., your bitmaps represent sets of integers
103-
from [0,n) where n is small (e.g., n=64 or n=128). If you are able to uncompressed BitSet and
103+
from [0,n) where n is small (e.g., n=64 or n=128). If you can use an uncompressed BitSet and
104104
it does not blow up your memory usage, then compressed bitmaps are probably not useful
105105
to you. In fact, if you do not need compression, then a BitSet offers remarkable speed.
106106
One of the downsides of a compressed bitmap like those provided by JavaEWAH is slower random access:

0 commit comments

Comments
 (0)