r11858@catbus: nickm | 2007-02-21 00:27:44 -0500

As a trivial optimization, remove a redundant call to router_have_minimum_dir_info.  This might shave 2% on some systems by according to some profilers.


svn:r9610
This commit is contained in:
Nick Mathewson
2007-02-21 05:56:53 +00:00
parent dd726678b5
commit 2a4fc8533c
3 changed files with 9 additions and 2 deletions
+4
View File
@@ -53,6 +53,10 @@ Changes in version 0.1.2.8-alpha - 2007-??-??
- Add STREAM_BW events to report per-entry-stream bandwidth use. (Patch
from Robert Hogan.)
o Minor bugfixes (performance):
- Call router_have_min_dir_info half as often. (This is showing up in
some profiles, but not others.)
o Minor features:
- Remove some never-implemented options. Mark PathlenCoinWeight as
obsolete.