-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The IntSet class was introduced a while back. It was used instead of Set<Integer> if possible. This has some benefits with storage and network overhead. There are quite a few places that are not using the new IntSet.
- relates to
-
ISPN-4434 Replace Set<Integer> with BitSet in the ConsistentHash interface
- Closed