aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-11 09:59:46 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-11 09:59:46 -0500
commitea929e8456d065a25d7eb5e2e0e41e0f303ebe9d (patch)
tree11ef5bb04491b790b10b36de66de259cdac2b6fb /changes
parentc2822bbc63e4ba0dcd4f8939b03a5fe0d9a7031a (diff)
parent021fdd39e4ebbe8ddee9b10823af76fbb11e7878 (diff)
downloadtor-ea929e8456d065a25d7eb5e2e0e41e0f303ebe9d.tar.gz
tor-ea929e8456d065a25d7eb5e2e0e41e0f303ebe9d.zip
Merge remote-tracking branch 'public/feature24427'
Diffstat (limited to 'changes')
-rw-r--r--changes/feature244275
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.