[ 
https://issues.apache.org/jira/browse/WINK-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryant Luk updated WINK-190:
----------------------------

    Patch Info: [Patch Available]

> Performance change for SoftConcurrentMap
> ----------------------------------------
>
>                 Key: WINK-190
>                 URL: https://issues.apache.org/jira/browse/WINK-190
>             Project: Wink
>          Issue Type: Improvement
>          Components: Common
>    Affects Versions: 0.2
>            Reporter: Bryant Luk
>            Assignee: Bryant Luk
>             Fix For: 0.2
>
>         Attachments: WINK-190.patch
>
>
> Using a copy on write volatile cache instead of the re-entrant locks provides 
> a good significant performance increase for SoftConcurrentMap.
> The WeakHashMap will be a read only map when doing gets() and when a 
> put()/clear() is made, the cache is copied first and then set as the new 
> cache.
> Patch in a few.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to