mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
96b813fbfcafd88d38e056db67f8fa9d25c8c19b
Reduce calls to epoll_ctl() by allowing epoll events that are not requested by the user, but have still not been satisfied by the system, to remain installed in epoll. We may get a spurious wakeup later, but if we do, we remember it so that when the user does want the event, it will be ready without a syscall.
Description
No description provided
Languages
C++
72.7%
Python
26.1%
CMake
0.3%
GAP
0.3%
Shell
0.3%