BitSet vs. raw bitwise manipulation performance [closed]
How does BitSet performance compare vs. raw manipulation of say, long values?
http://imagenious.wordpress.com/2008/02/05/java-bitset-vs-primitive/
First result from googling "java bitset performance"
For unbounded sets of bits, however, BitSet has obvious advantages.
精彩评论