diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-28 19:23:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-28 19:23:54 +0000 |
commit | 38ac9f6005ce1d95394e9757d36276e48bc5d357 (patch) | |
tree | df96f7d04e3968ed9e0a8b192f895aa1447730b6 /ChangeLog | |
parent | b5c8a8ae53c141c14651485794999910d0168be8 (diff) | |
download | tor-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |