summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-09-19 23:55:35 +0000
committerNick Mathewson <nickm@torproject.org>2006-09-19 23:55:35 +0000
commitb2cc52fa02d3a440f8969b6c616d5acc3c09e50f (patch)
treea32cba31682e85b0a5637980d4b2933599270658 /ChangeLog
parent6b716fdfb96f0dd746c948a8624dc90cec64d0c1 (diff)
downloadtor-b2cc52fa02d3a440f8969b6c616d5acc3c09e50f.tar.gz
tor-b2cc52fa02d3a440f8969b6c616d5acc3c09e50f.zip
Speed up eat_whitespace by a lot.
svn:r8434
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b2a7f7ebb..b3c8e865af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ Changes in version 0.1.2.2-alpha - 2006-??-??
one.
o Minor Bugfixes
- - Small performance improvements on parsing descriptors.
+ - Small performance improvements on parsing descriptors (x2).
- Major performance descriptor on inserting descriptors; change
algorithm from O(n^2) to O(n).
- Make the common memory allocation path faster on machines where