diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-03 09:44:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-03 09:44:10 -0500 |
commit | 98736cf36a1d8250e53a0c86a0b80fdb75f0d551 (patch) | |
tree | 7ee43e7e7bec0e13b16ecb1f9499b6fcca0d1514 /changes | |
parent | ed62f0fa151f7a21a9634fbec1e95832ddbede94 (diff) | |
parent | 041e9235c1710936a43f73d2f6e87bfc6e1c2242 (diff) | |
download | tor-98736cf36a1d8250e53a0c86a0b80fdb75f0d551.tar.gz tor-98736cf36a1d8250e53a0c86a0b80fdb75f0d551.zip |
Merge remote-tracking branch 'public/ticket28838_035' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28838 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket28838 b/changes/ticket28838 new file mode 100644 index 0000000000..6c290bf82b --- /dev/null +++ b/changes/ticket28838 @@ -0,0 +1,8 @@ + o Minor features (performance): + - Remove about 96% of the work from the function that we run at + startup to test our curve25519_basepoint implementation. Since + this function has yet to find an actual failure, we'll only + run it for 8 iterations instead of 200. Based on our profile + information, this change should save around 8% of our startup + time on typical desktops, and may have a similar effect on + other platforms. Closes ticket 28838. |