summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-03 21:31:08 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-03 21:31:08 -0500
commita7cbbf279ef8ab727ff3603940575c6d948985dc (patch)
tree1c71834860455a1d4397d51a7687cd473dbbea2c /changes
parent4e4f93d364e33bb46e271f3b960a2cf5f38f402e (diff)
parent9dc53bc68f5e038c9531e3b12a58026d4007f652 (diff)
downloadtor-a7cbbf279ef8ab727ff3603940575c6d948985dc.tar.gz
tor-a7cbbf279ef8ab727ff3603940575c6d948985dc.zip
Merge branch 'ticket28852'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket288524
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28852 b/changes/ticket28852
new file mode 100644
index 0000000000..a58cc3ba0e
--- /dev/null
+++ b/changes/ticket28852
@@ -0,0 +1,4 @@
+ o Minor features (performance):
+ - Remove a needless memset() call from get_token_arguments,
+ thereby speeding up the tokenization of directory objects by about
+ 20%. Closes ticket 28852.