summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-30 17:47:43 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-30 17:47:43 +0000
commit9260a824ef1218cfbb9c4dfae3b2c5c241251fc7 (patch)
tree95e76c9b93550f816eed35a62ded0d60f4ca2c35 /ChangeLog
parent34a3a5e2f4a1eb0c3256cccd22e1efae8584e946 (diff)
downloadtor-9260a824ef1218cfbb9c4dfae3b2c5c241251fc7.tar.gz
tor-9260a824ef1218cfbb9c4dfae3b2c5c241251fc7.zip
Yet another buffer RAM patch: tNever ever ever keep a buffer memory chunk around for an empty buffer that could go on the freelist. This wants profiling to make sure that performance doesnt suffer.
svn:r10993
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9f6da2d8a..f4ff34fb40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in version 0.2.0.4-alpha - 2007-??-??
+ o Minor features (performance):
+ - Be even more aggressive about releasing RAM from small
+ empty buffers. Thanks to our free-list code, this shouldn't be too
+ performance-intensive.
+
+
Changes in version 0.2.0.3-alpha - 2007-07-29
o Major features:
- The first pieces of our "bridge" design for blocking-resistance