]
RH Bugzilla Integration updated ISPN-4217:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
Use ArrayList instead of LinkedList for DeltaAware and Delta in M/R
-------------------------------------------------------------------
Key: ISPN-4217
URL:
https://issues.jboss.org/browse/ISPN-4217
Project: Infinispan
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Distributed Execution and Map/Reduce
Reporter: Vladimir Blagojevic
Assignee: Vladimir Blagojevic
Fix For: 7.0.0.Alpha5
Investigate switching to ArrayList as implementation of DeltaAware and Delta as ArrayList
uses less memory than LinkedList.