aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-09-28 19:23:54 +0000
committerNick Mathewson <nickm@torproject.org>2007-09-28 19:23:54 +0000
commit38ac9f6005ce1d95394e9757d36276e48bc5d357 (patch)
treedf96f7d04e3968ed9e0a8b192f895aa1447730b6 /ChangeLog
parentb5c8a8ae53c141c14651485794999910d0168be8 (diff)
downloadtor-38ac9f6005ce1d95394e9757d36276e48bc5d357.tar
tor-38ac9f6005ce1d95394e9757d36276e48bc5d357.tar.gz
r14682@Kushana: nickm | 2007-09-28 15:23:38 -0400
From little acorns: redo our string and digest hashing code to be faster, since this stuff may be critical-path. svn:r11700
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1ea30eda..a8d3f3a63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,13 @@ Changes in version 0.2.0.8-alpha - 2007-??-??
- Fix logic to look up a cert by its signing key digest. Bugfix on
0.2.0.7-alpha.
+ o Minor bugfixes (performance):
+ - Use a slightly simpler string hashing algorithm (copying Python's
+ instead of Java's) and optimize our digest hashing algorithm to take
+ advantage of 64-bit platforms and to remove some possibly-costly
+ voodoo.
+
+
Changes in version 0.2.0.7-alpha - 2007-09-21
o New directory authorities:
- Set up moria1 and tor26 as the first v3 directory authorities. See