Issue Details (XML | Word | Printable)

Key: GROOVY-1968
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jochen Theodorou
Reporter: Jochen Theodorou
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

add ConcurrentReaderHashMap to groovy

Created: 03/Jul/07 09:15 AM   Updated: 03/Jul/07 09:16 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1-beta-2

Time Tracking:
Not Specified


 Description  « Hide
use Doug Lea's ConcurrentReaderHashMap and a modified version of it to replace the MemoryAwareConcurrentReadMap.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jochen Theodorou added a comment - 03/Jul/07 09:16 AM
done. We now use the ConcurrentReaderHashMap that can be found on the website of the university. I repalced MemoryAwareConcurrentreadMap with a stripped down version of ConcurrentReaderHashMap to support the SoftReferences for keys and values