aismessages icon indicating copy to clipboard operation
aismessages copied to clipboard

Use BitSet or similar instead of String for bit string representations

Open tbsalling opened this issue 7 years ago • 0 comments

String is inefficient and unsuitable to represent a string of bits. We should use a better representation, such as BitSet, or create a BitString helper class.

tbsalling avatar Sep 21 '18 12:09 tbsalling