Bruce Schuchardt created GEODE-5193:
---------------------------------------

             Summary: InternalDataSerializer.getSerializer(int) inefficient
                 Key: GEODE-5193
                 URL: https://issues.apache.org/jira/browse/GEODE-5193
             Project: Geode
          Issue Type: Improvement
          Components: serialization
            Reporter: Bruce Schuchardt


This method creates a GetMarker and goes through a complicated while() loop to 
find a DataSerializer for an incoming object.  It should perform a check of 
idsToSerializers before resorting to the loop logic.  That would avoid creation 
of a GetMarker and shorten execution time for the common case of the serializer 
already being known.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to