diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-19 23:55:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-19 23:55:35 +0000 |
commit | b2cc52fa02d3a440f8969b6c616d5acc3c09e50f (patch) | |
tree | a32cba31682e85b0a5637980d4b2933599270658 /ChangeLog | |
parent | 6b716fdfb96f0dd746c948a8624dc90cec64d0c1 (diff) | |
download | tor-b2cc52fa02d3a440f8969b6c616d5acc3c09e50f.tar.gz tor-b2cc52fa02d3a440f8969b6c616d5acc3c09e50f.zip |
Speed up eat_whitespace by a lot.
svn:r8434
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |