aboutsummaryrefslogtreecommitdiff
path: root/devel/sparsebitset/pkg-descr
blob: 12243e27a6e4f6250674be927de9c8a6d0fa319a (plain) (blame)
1
2
3
4
Basically, if you need to set a large number of bits, or bits at extremely high
offsets, you probably want to use this Sparse BitSet. All other alternatives are
essentialy off the table; the Java BitSet class is a non-starter. Performance is
superior in almost all cases to the standard Java BitSet.