java: sparse bit vector

Posted by Jason S on Stack Overflow See other posts from Stack Overflow or by Jason S
Published on 2010-06-14T20:57:02Z Indexed on 2010/06/14 21:02 UTC
Read the original article Hit count: 350

Are there any well-known libraries in Java for sparse bit sets?

(And are there guidelines for how sparse is useful to use them vs. java.util.BitSet?)

© Stack Overflow or respective owner

Related posts about java

Related posts about data-structures