]
Galder Zamarreño updated ISPN-9293:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
Convert Set<Integer> places to IntSet where appropriate
-------------------------------------------------------
Key: ISPN-9293
URL:
https://issues.jboss.org/browse/ISPN-9293
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: William Burns
Assignee: William Burns
Fix For: 9.4.0.Final
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.