From b92ea63417bc6933393a3c285faf393b3d287ac2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 12 Dec 2011 18:14:34 +0100 Subject: Prepare release --- lib/jinterface/doc/src/notes.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'lib/jinterface/doc/src/notes.xml') diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml index 11fcc5f387..bf94077114 100644 --- a/lib/jinterface/doc/src/notes.xml +++ b/lib/jinterface/doc/src/notes.xml @@ -30,6 +30,27 @@

This document describes the changes made to the Jinterface application.

+
Jinterface 1.5.5 + +
Fixed Bugs and Malfunctions + + +

+ JInterface: improve OtpOutputStream buffer allocation

+

+ Previously, the buffer was increased linearly by 2048 + bytes. I now propose to use an exponential increase + function (similar to Javas ArrayList, e.g. always at + least +50%). This significantly increases performance of + e.g. doRPC for large parameters. (Thanks to Nico Kruber)

+

+ Own Id: OTP-9806

+
+
+
+ +
+
Jinterface 1.5.4
Fixed Bugs and Malfunctions -- cgit v1.2.3