Sanne Grinovero created ISPN-6484:
-------------------------------------
Summary: MarshallableTypeHints.getBufferSizePredictor(Class) is very hot
Key: ISPN-6484
URL:
https://issues.jboss.org/browse/ISPN-6484
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Sanne Grinovero
This method is very hot, especially on its usage of ConcurrentMap#get
Seems worth to try:
* minimise using this service
* tune the map
* use a special purpose data structure
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)