]
Tristan Tarrant updated ISPN-5367:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Final
Resolution: Done
Cache putMap/getAll usage of SegmentAwareMap/Set performance
investigation
--------------------------------------------------------------------------
Key: ISPN-5367
URL:
https://issues.jboss.org/browse/ISPN-5367
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: William Burns
Assignee: William Burns
Fix For: 8.2.0.Beta2, 8.2.0.Final
With the putAll method I introduced a SegmentAwareMap and SegmentAwareSet in thoughts
that not copying all the elements would help performance. Thinking more it may be better
to just make a new shallow copy map for each target instead. Need to do some testing to
make sure if one is clearly better than the other.