[infinispan-issues] [JBoss JIRA] (ISPN-2007) Performance improvements for Infinispan servers
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Tue Apr 24 10:12:18 EDT 2012
Galder Zamarreño created ISPN-2007:
--------------------------------------
Summary: 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: 5.2.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