[infinispan-issues] [JBoss JIRA] (ISPN-2007) Performance improvements for Infinispan servers
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Wed Jul 25 08:18:07 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-2007:
-----------------------------------
Fix Version/s: 6.0.0.FINAL
(was: 5.2.0.FINAL)
> Performance improvements for Infinispan servers
> -----------------------------------------------
>
> Key: ISPN-2007
> URL: https://issues.jboss.org/browse/ISPN-2007
> Project: Infinispan
> Issue Type: Enhancement
> Components: Cache Server
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 6.0.0.FINAL
>
>
> Future improvements for Memcached/HotRod servers:
> - Get rid of tuples, they're costly. This would require parameters/header objects to be made mutable.
> - In Memcached, Get rid of any String construction and deal directly with byte[]. This would require converting adding validation to String-represented numbers, booleans...etc. This is by far biggest hotspot in our implementation.
> - Get rid of any collection (ListBuffer) for parameter parsing in Memcached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list