summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authormjj29 <mjj29@illythia>2006-07-13 00:53:16 -0100
committermjj29 <mjj29@illythia>2006-07-13 00:53:16 -0100
commit3b369548e1ee393a3102ce3b31045d4b0045a11a (patch)
tree1d596b61aa708d3c81bc79a8d14dad9e36f19fea /changelog
parent2d1751db188889e2008c75437e63a623a4cb0941 (diff)
remove lots of object allocation by using array-based custom data structures.
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog b/changelog
index 3c62d2a..91b53fa 100644
--- a/changelog
+++ b/changelog
@@ -4,6 +4,8 @@ Version 1.8:
* Doc patches from Dick Hollenbeck <dick@softplc.com>
* reduce TIMEOUT to 1ms and check for outbound messages in the JNI; reduces
RTT from 100ms to ~1ms
+ * Remove two java collections which were doing a lot of allocation and
+ deallocation and replace with data structures based on arrays.
Version 1.7: