Merge branch 'ticket28852'

This commit is contained in:
Nick Mathewson
2019-01-03 21:31:08 -05:00
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -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.