[infinispan-issues] [JBoss JIRA] Updated: (ISPN-490) hotrod client:cache the name of the remote cache to avoid String 2 byte[] conversion

Mircea Markus (JIRA) jira-events at lists.jboss.org
Wed Jun 9 09:45:38 EDT 2010


     [ https://jira.jboss.org/browse/ISPN-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mircea Markus updated ISPN-490:
-------------------------------

              Summary: hotrod client:cache the name of the remote cache to avoid String 2 byte[] conversion   (was: hotrod client:cache  name on write on )
             Assignee: Mircea Markus  (was: Manik Surtani)
        Fix Version/s: 4.1.0.CR1
    Affects Version/s: 4.1.0.BETA2
          Description: 
Email from galder:
About half. 1.5% reading the byte array and 1.5% converting it to UTF-8. The problem is that I need to get a cache out of it, so somehow you need to map that byte[] to the cache that it maps to. I have doubts whether creating a UTF-8 string and then getting a cache out of it is worse than having to maintain a mapping between byte[] and the target cache. 



> hotrod client:cache the name of the remote cache to avoid String 2 byte[] conversion 
> -------------------------------------------------------------------------------------
>
>                 Key: ISPN-490
>                 URL: https://jira.jboss.org/browse/ISPN-490
>             Project: Infinispan
>          Issue Type: Feature Request
>    Affects Versions: 4.1.0.BETA2
>            Reporter: Mircea Markus
>            Assignee: Mircea Markus
>             Fix For: 4.1.0.CR1
>
>
> Email from galder:
> About half. 1.5% reading the byte array and 1.5% converting it to UTF-8. The problem is that I need to get a cache out of it, so somehow you need to map that byte[] to the cache that it maps to. I have doubts whether creating a UTF-8 string and then getting a cache out of it is worse than having to maintain a mapping between byte[] and the target cache. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list