[infinispan-issues] [JBoss JIRA] (ISPN-5542) Shorten interceptor stack for local caches

William Burns (JIRA) issues at jboss.org
Tue Jun 23 07:58:03 EDT 2015


    [ https://issues.jboss.org/browse/ISPN-5542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082681#comment-13082681 ] 

William Burns commented on ISPN-5542:
-------------------------------------

If the test is comparing an unbounded concurrent hash map to a bounded cache then we are really comparing apples and oranges.  Even the tests by Ben (who wrote caffeine) are only comparing to the old ConcurrentLinkedHashMap (note this isn't ConcurrentHashMap).

> Shorten interceptor stack for local caches
> ------------------------------------------
>
>                 Key: ISPN-5542
>                 URL: https://issues.jboss.org/browse/ISPN-5542
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Core
>    Affects Versions: 8.0.0.Alpha1
>            Reporter: Radim Vansa
>            Assignee: Radim Vansa
>             Fix For: 8.0.0.Beta1
>
>
> Accessing local caches is much slower than plain concurrent hash maps, likely due high interceptor stack. One optimization is to have options to remove some interceptors when these are not used.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the infinispan-issues mailing list