开发者

BitSet vs. raw bitwise manipulation performance [closed]

开发者 https://www.devze.com 2023-03-24 01:27 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, v开发者_StackOverflow中文版isit the help center. Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消