- 01 Sep, 2020 1 commit
-
-
Oran Agra authored
BUILD_WITH_SYSTEMD is an internal variable. Users should use USE_SYSTEMD=yes.
-
- 31 Aug, 2020 1 commit
-
-
Leoš Literák authored
#7728 - update instructions for systemd support
-
- 28 Aug, 2020 1 commit
-
-
Jim Brunner authored
Update adds a general source for retrieving a monotonic time. In addition, AE has been updated to utilize the new monotonic clock for timer processing. This performance improvement is **not** enabled in a default build due to various H/W compatibility concerns, see README.md for details. It does however change the default use of gettimeofday with clock_gettime and somewhat improves performance. This update provides the following 1. An interface for retrieving a monotonic clock. getMonotonicUs returns a uint64_t (aka monotime) with the number of micro-seconds from an arbitrary point. No more messing with tv_sec/tv_usec. Simple routines are provided for measuring elapsed milli-seconds or elapsed micro-seconds (the most common use case for a monotonic timer). No worries about time moving backwards. 2. High-speed assembler implementation for x86 and ARM. The standard method for retrieving the monotonic clock is POSIX.1b (1993): clock_gettime(CLOCK_MONOTONIC, timespec*). However, most modern processors provide a constant speed instruction clock which can be retrieved in a fraction of the time that it takes to call clock_gettime. For x86, this is provided by the RDTSC instruction. For ARM, this is provided by the CNTVCT_EL0 instruction. As a compile-time option, these high-speed timers can be chosen. (Default is POSIX clock_gettime.) 3. Refactor of event loop timers. The timer processing in ae.c has been refactored to use the new monotonic clock interface. This results in simpler/cleaner logic and improved performance.
-
- 06 Aug, 2020 1 commit
-
-
michael-grunder authored
git-subtree-dir: deps/hiredis git-subtree-split: 39de5267c092859b4cab4bdf79081e9634b70e39
-
- 22 Jul, 2020 1 commit
-
-
Brian P O'Rourke authored
-
- 10 Jul, 2020 1 commit
-
-
Oran Agra authored
-
- 05 Feb, 2020 1 commit
-
-
Yossi Gottlieb authored
-
- 14 Jan, 2020 1 commit
-
-
Ponnuvel Palaniyappan authored
-
- 25 Jun, 2019 1 commit
-
-
zheng.ren01@mljr.com authored
-
- 09 Mar, 2019 1 commit
-
-
Brad Solomon authored
It will fail pretty quickly since there is no -f readlink flag there.
-
- 03 Jan, 2019 1 commit
-
-
Uman Shahzad authored
-
- 12 Oct, 2018 1 commit
-
-
Sergey Chupov authored
-
- 11 Sep, 2018 1 commit
-
-
antirez authored
-
- 19 Jun, 2018 1 commit
-
-
Benjamin Holst authored
-
- 28 Jul, 2017 1 commit
-
-
Felix Krause authored
-
- 07 Jun, 2016 4 commits
-
-
Saurabh Jha authored
-
Saurabh Jha authored
-
Saurabh Jha authored
-
Saurabh Jha authored
-
- 30 Apr, 2016 1 commit
-
-
Seth Bergman authored
-
- 04 Nov, 2015 8 commits
- 28 Apr, 2015 2 commits
-
-
Jan-Erik Rediger authored
-
Jan-Erik Rediger authored
Closes #2549
-
- 13 Feb, 2015 8 commits
-
-
Jan-Erik Rediger authored
-
antirez authored
Apparently no refernece-style links supported in Github markdown.
-
Salvatore Sanfilippo authored
-
antirez authored
-
Jan-Erik Rediger authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 08 Jan, 2015 2 commits
-
-
antirez authored
-
Jungtaek Lim authored
-