]
Galder Zamarreño updated ISPN-4434:
-----------------------------------
Fix Version/s: 7.1.0.Alpha1
(was: 7.0.0.Final)
Replace Set<Integer> with BitSet in the ConsistentHash
interface
----------------------------------------------------------------
Key: ISPN-4434
URL:
https://issues.jboss.org/browse/ISPN-4434
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 7.0.0.Alpha4
Reporter: Dan Berindei
Priority: Minor
Fix For: 7.1.0.Alpha1
Memory-wise, BitSet should be more efficient, and iteration should be about the same.