netty5/codec-memcache/src/main
JongYoonLim 3405aee2ab Returns after encoding each message not do check following instance types
Motivation:
Current AbstractMemcacheObjectEncoder does unnecessary message type checking if the message is MemcacheMessage type.

Modifications:
Returns after encoding MemcacheMessage message.

Result:
Small performance improvement for this encoder.
2015-03-19 20:43:59 +01:00
..
java/io/netty/handler/codec/memcache Returns after encoding each message not do check following instance types 2015-03-19 20:43:59 +01:00