From daee05168eb0f2cf102b7ef80c0af87c80729612 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Mon, 1 Feb 2010 17:41:59 +0000 Subject: Optimize Java string serialization. Patch from Evan Jones. --- CONTRIBUTORS.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CONTRIBUTORS.txt') diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 6c002af9..7fe99ecb 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -80,6 +80,8 @@ Patch contributors: * Fixes for Solaris 10 32/64-bit confusion. Evan Jones * Optimize Java serialization code when writing a small message to a stream. + * Optimize Java serialization of strings so that UTF-8 encoding happens only + once per string per serialization call. * Clean up some Java warnings. Michael Kucharski * Added CodedInputStream.getTotalBytesRead(). -- cgit v1.2.3