BitSet in parallel stream in java

113 Views Asked by At

I wanted to ask that how we can efficiently use a thread-safe bitset in parallel java. I mean is there any alternatives for bitset. First, I tried to use AtomicIntegerArray. However, methods like clear or clone cannot be used for AtomicIntegerArray. Thank you for your help.

0

There are 0 best solutions below