diff options
author | mjj29 <mjj29@illythia> | 2006-07-13 00:53:16 -0100 |
---|---|---|
committer | mjj29 <mjj29@illythia> | 2006-07-13 00:53:16 -0100 |
commit | 3b369548e1ee393a3102ce3b31045d4b0045a11a (patch) | |
tree | 1d596b61aa708d3c81bc79a8d14dad9e36f19fea /changelog | |
parent | 2d1751db188889e2008c75437e63a623a4cb0941 (diff) |
remove lots of object allocation by using array-based custom data structures.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |