[infinispan-issues] [JBoss JIRA] (ISPN-2007) Performance improvements for Infinispan servers
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Tue Jul 2 04:43:21 EDT 2013
[ https://issues.jboss.org/browse/ISPN-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-2007:
--------------------------------
Fix Version/s: (was: 6.0.0.Final)
> Performance improvements for Infinispan servers
> -----------------------------------------------
>
> Key: ISPN-2007
> URL: https://issues.jboss.org/browse/ISPN-2007
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote protocols
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list