aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-11-02 18:50:19 +0000
committerGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-11-02 18:50:19 +0000
commitf85d70f9e47c3ec5f3a104ec70d062540023267a (patch)
treecc8e2da3b0e59f3d9da9d4c99ddc70b2756aa30c /CONTRIBUTORS.txt
parent573989f7828809e8fe615a1ee9d9657a379958d9 (diff)
Optimize Java serialization of small messages to streams. Patch from Evan Jones.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 4aa1eea6..136d0eb8 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -76,3 +76,5 @@ Patch contributors:
* HPUX support.
Oliver Jowett <oliver.jowett@gmail.com>
* Detect whether zlib is new enough in configure script.
+ Evan Jones <evanj@mit.edu>
+ * Optimize Java serialization code when writing a small message to a stream.