dpaukov / combinatoricslib3

Combinatorial objects stream generators for Java.
Apache License 2.0
177 stars 24 forks source link

Use java.util.BitSet instead of array in SimpleSubSetIterator. #16

Closed nstdio closed 2 years ago

nstdio commented 2 years ago

This change intended to store subset generator state in more compact data structure.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 99.742% when pulling b3b8df9b0866cfcdc52e9caca680692bb48efc84 on nstdio:bitset into 9fdf8551584e2987f1aabfdc6d1bc1cb2323f9d0 on dpaukov:master.

dpaukov commented 2 years ago

Thank you for migrating this to BitSet.