diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-11 09:59:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-11 09:59:46 -0500 |
commit | ea929e8456d065a25d7eb5e2e0e41e0f303ebe9d (patch) | |
tree | 11ef5bb04491b790b10b36de66de259cdac2b6fb /changes | |
parent | c2822bbc63e4ba0dcd4f8939b03a5fe0d9a7031a (diff) | |
parent | 021fdd39e4ebbe8ddee9b10823af76fbb11e7878 (diff) | |
download | tor-ea929e8456d065a25d7eb5e2e0e41e0f303ebe9d.tar.gz tor-ea929e8456d065a25d7eb5e2e0e41e0f303ebe9d.zip |
Merge remote-tracking branch 'public/feature24427'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature24427 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature24427 b/changes/feature24427 new file mode 100644 index 0000000000..8650c45d31 --- /dev/null +++ b/changes/feature24427 @@ -0,0 +1,5 @@ + o Minor features (OSX, iOS, performance): + - Use the mach_approximate_time() function (when available) to + implement coarse monotonic time. Having a coarse time function + should avoid a large number of system calls, and improve + performance slightly, especially under load. Closes ticket 24427. |