catboost 1.25.1 → 1.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. package/DEPLOYMENT.md +22 -15
  2. package/README.md +37 -27
  3. package/binding.gyp +5 -7
  4. package/build_scripts/bootstrap.js +2 -1
  5. package/build_scripts/out/build.js +46 -68
  6. package/build_scripts/out/build_model.js +1 -1
  7. package/build_scripts/out/{build_ya.js → build_native.js} +1 -1
  8. package/build_scripts/out/ci.js +5 -5
  9. package/build_scripts/out/config.js +32 -18
  10. package/build_scripts/out/install.js +5 -3
  11. package/build_scripts/out/package_prepublish.js +1 -1
  12. package/build_scripts/out/packaging.js +1 -19
  13. package/build_scripts/out/run_tests.js +1 -1
  14. package/build_scripts/out/test.js +8 -3
  15. package/config.json +18 -11
  16. package/inc/catboost/libs/model_interface/c_api.h +349 -3
  17. package/lib/catboost.d.ts +65 -21
  18. package/package.json +4 -4
  19. package/src/api_helpers.cpp +100 -24
  20. package/src/api_helpers.h +8 -7
  21. package/src/api_module.cpp +1 -2
  22. package/src/model.cpp +483 -83
  23. package/src/model.h +24 -9
  24. package/inc/contrib/libs/cxxsupp/system_stl/include/stlfwd +0 -14
  25. package/inc/util/charset/recode_result.h +0 -9
  26. package/inc/util/charset/unicode_table.h +0 -123
  27. package/inc/util/charset/unidata.h +0 -421
  28. package/inc/util/charset/utf8.h +0 -384
  29. package/inc/util/charset/wide.h +0 -843
  30. package/inc/util/charset/wide_specific.h +0 -22
  31. package/inc/util/datetime/base.h +0 -669
  32. package/inc/util/datetime/constants.h +0 -7
  33. package/inc/util/datetime/cputimer.h +0 -124
  34. package/inc/util/datetime/parser.h +0 -292
  35. package/inc/util/datetime/systime.h +0 -47
  36. package/inc/util/datetime/uptime.h +0 -8
  37. package/inc/util/digest/city.h +0 -88
  38. package/inc/util/digest/fnv.h +0 -73
  39. package/inc/util/digest/multi.h +0 -14
  40. package/inc/util/digest/murmur.h +0 -57
  41. package/inc/util/digest/numeric.h +0 -86
  42. package/inc/util/digest/sequence.h +0 -48
  43. package/inc/util/draft/date.h +0 -129
  44. package/inc/util/draft/datetime.h +0 -184
  45. package/inc/util/draft/enum.h +0 -136
  46. package/inc/util/draft/holder_vector.h +0 -102
  47. package/inc/util/draft/ip.h +0 -131
  48. package/inc/util/draft/matrix.h +0 -108
  49. package/inc/util/draft/memory.h +0 -40
  50. package/inc/util/folder/dirent_win.h +0 -46
  51. package/inc/util/folder/dirut.h +0 -121
  52. package/inc/util/folder/filelist.h +0 -81
  53. package/inc/util/folder/fts.h +0 -108
  54. package/inc/util/folder/iterator.h +0 -109
  55. package/inc/util/folder/lstat_win.h +0 -20
  56. package/inc/util/folder/path.h +0 -225
  57. package/inc/util/folder/pathsplit.h +0 -113
  58. package/inc/util/folder/tempdir.h +0 -42
  59. package/inc/util/generic/adaptor.h +0 -134
  60. package/inc/util/generic/algorithm.h +0 -765
  61. package/inc/util/generic/array_ref.h +0 -282
  62. package/inc/util/generic/array_size.h +0 -24
  63. package/inc/util/generic/benchmark/vector_count_ctor/f.h +0 -9
  64. package/inc/util/generic/bitmap.h +0 -1115
  65. package/inc/util/generic/bitops.h +0 -459
  66. package/inc/util/generic/bt_exception.h +0 -24
  67. package/inc/util/generic/buffer.h +0 -232
  68. package/inc/util/generic/cast.h +0 -176
  69. package/inc/util/generic/deque.h +0 -24
  70. package/inc/util/generic/explicit_type.h +0 -42
  71. package/inc/util/generic/fastqueue.h +0 -55
  72. package/inc/util/generic/flags.h +0 -244
  73. package/inc/util/generic/function.h +0 -103
  74. package/inc/util/generic/fwd.h +0 -171
  75. package/inc/util/generic/guid.h +0 -61
  76. package/inc/util/generic/hash.h +0 -2032
  77. package/inc/util/generic/hash_primes.h +0 -140
  78. package/inc/util/generic/hash_set.h +0 -490
  79. package/inc/util/generic/hide_ptr.h +0 -3
  80. package/inc/util/generic/intrlist.h +0 -876
  81. package/inc/util/generic/is_in.h +0 -53
  82. package/inc/util/generic/iterator.h +0 -137
  83. package/inc/util/generic/iterator_range.h +0 -105
  84. package/inc/util/generic/lazy_value.h +0 -66
  85. package/inc/util/generic/list.h +0 -22
  86. package/inc/util/generic/map.h +0 -44
  87. package/inc/util/generic/mapfindptr.h +0 -60
  88. package/inc/util/generic/maybe.h +0 -713
  89. package/inc/util/generic/maybe_traits.h +0 -164
  90. package/inc/util/generic/mem_copy.h +0 -55
  91. package/inc/util/generic/noncopyable.h +0 -38
  92. package/inc/util/generic/object_counter.h +0 -53
  93. package/inc/util/generic/ptr.h +0 -1113
  94. package/inc/util/generic/queue.h +0 -57
  95. package/inc/util/generic/refcount.h +0 -162
  96. package/inc/util/generic/reserve.h +0 -11
  97. package/inc/util/generic/scope.h +0 -65
  98. package/inc/util/generic/serialized_enum.h +0 -406
  99. package/inc/util/generic/set.h +0 -42
  100. package/inc/util/generic/singleton.h +0 -136
  101. package/inc/util/generic/size_literals.h +0 -65
  102. package/inc/util/generic/stack.h +0 -18
  103. package/inc/util/generic/store_policy.h +0 -120
  104. package/inc/util/generic/strbase.h +0 -612
  105. package/inc/util/generic/strbuf.h +0 -552
  106. package/inc/util/generic/strfcpy.h +0 -17
  107. package/inc/util/generic/string.h +0 -1572
  108. package/inc/util/generic/string_hash.h +0 -21
  109. package/inc/util/generic/string_ut.h +0 -1175
  110. package/inc/util/generic/type_name.h +0 -34
  111. package/inc/util/generic/typelist.h +0 -114
  112. package/inc/util/generic/typetraits.h +0 -325
  113. package/inc/util/generic/utility.h +0 -132
  114. package/inc/util/generic/va_args.h +0 -400
  115. package/inc/util/generic/variant.h +0 -631
  116. package/inc/util/generic/variant_traits.h +0 -171
  117. package/inc/util/generic/vector.h +0 -119
  118. package/inc/util/generic/xrange.h +0 -258
  119. package/inc/util/generic/yexception.h +0 -212
  120. package/inc/util/generic/yexception_ut.h +0 -14
  121. package/inc/util/generic/ylimits.h +0 -92
  122. package/inc/util/generic/ymath.h +0 -206
  123. package/inc/util/memory/addstorage.h +0 -93
  124. package/inc/util/memory/alloc.h +0 -27
  125. package/inc/util/memory/blob.h +0 -296
  126. package/inc/util/memory/mmapalloc.h +0 -8
  127. package/inc/util/memory/pool.h +0 -432
  128. package/inc/util/memory/segmented_string_pool.h +0 -194
  129. package/inc/util/memory/segpool_alloc.h +0 -118
  130. package/inc/util/memory/smallobj.h +0 -141
  131. package/inc/util/memory/tempbuf.h +0 -111
  132. package/inc/util/network/address.h +0 -136
  133. package/inc/util/network/endpoint.h +0 -61
  134. package/inc/util/network/hostip.h +0 -16
  135. package/inc/util/network/init.h +0 -60
  136. package/inc/util/network/interface.h +0 -17
  137. package/inc/util/network/iovec.h +0 -65
  138. package/inc/util/network/ip.h +0 -116
  139. package/inc/util/network/nonblock.h +0 -8
  140. package/inc/util/network/pair.h +0 -9
  141. package/inc/util/network/poller.h +0 -58
  142. package/inc/util/network/pollerimpl.h +0 -707
  143. package/inc/util/network/sock.h +0 -608
  144. package/inc/util/network/socket.h +0 -421
  145. package/inc/util/random/common_ops.h +0 -130
  146. package/inc/util/random/easy.h +0 -47
  147. package/inc/util/random/entropy.h +0 -21
  148. package/inc/util/random/fast.h +0 -101
  149. package/inc/util/random/init_atfork.h +0 -3
  150. package/inc/util/random/lcg_engine.h +0 -66
  151. package/inc/util/random/mersenne.h +0 -46
  152. package/inc/util/random/mersenne32.h +0 -50
  153. package/inc/util/random/mersenne64.h +0 -50
  154. package/inc/util/random/normal.h +0 -38
  155. package/inc/util/random/random.h +0 -30
  156. package/inc/util/random/shuffle.h +0 -39
  157. package/inc/util/str_stl.h +0 -266
  158. package/inc/util/stream/aligned.h +0 -99
  159. package/inc/util/stream/buffer.h +0 -119
  160. package/inc/util/stream/buffered.h +0 -225
  161. package/inc/util/stream/debug.h +0 -53
  162. package/inc/util/stream/direct_io.h +0 -43
  163. package/inc/util/stream/file.h +0 -108
  164. package/inc/util/stream/format.h +0 -444
  165. package/inc/util/stream/fwd.h +0 -100
  166. package/inc/util/stream/hex.h +0 -8
  167. package/inc/util/stream/holder.h +0 -44
  168. package/inc/util/stream/input.h +0 -273
  169. package/inc/util/stream/labeled.h +0 -19
  170. package/inc/util/stream/length.h +0 -100
  171. package/inc/util/stream/mem.h +0 -255
  172. package/inc/util/stream/multi.h +0 -32
  173. package/inc/util/stream/null.h +0 -61
  174. package/inc/util/stream/output.h +0 -304
  175. package/inc/util/stream/pipe.h +0 -112
  176. package/inc/util/stream/printf.h +0 -25
  177. package/inc/util/stream/str.h +0 -207
  178. package/inc/util/stream/tee.h +0 -28
  179. package/inc/util/stream/tempbuf.h +0 -21
  180. package/inc/util/stream/tokenizer.h +0 -214
  181. package/inc/util/stream/trace.h +0 -60
  182. package/inc/util/stream/walk.h +0 -35
  183. package/inc/util/stream/zerocopy.h +0 -91
  184. package/inc/util/stream/zerocopy_output.h +0 -57
  185. package/inc/util/stream/zlib.h +0 -173
  186. package/inc/util/string/ascii.h +0 -236
  187. package/inc/util/string/builder.h +0 -39
  188. package/inc/util/string/cast.h +0 -347
  189. package/inc/util/string/cstriter.h +0 -14
  190. package/inc/util/string/escape.h +0 -70
  191. package/inc/util/string/hex.h +0 -59
  192. package/inc/util/string/join.h +0 -194
  193. package/inc/util/string/printf.h +0 -13
  194. package/inc/util/string/reverse.h +0 -16
  195. package/inc/util/string/split.h +0 -1080
  196. package/inc/util/string/strip.h +0 -257
  197. package/inc/util/string/strspn.h +0 -65
  198. package/inc/util/string/subst.h +0 -56
  199. package/inc/util/string/type.h +0 -50
  200. package/inc/util/string/util.h +0 -195
  201. package/inc/util/string/vector.h +0 -132
  202. package/inc/util/system/align.h +0 -50
  203. package/inc/util/system/atexit.h +0 -22
  204. package/inc/util/system/atomic.h +0 -51
  205. package/inc/util/system/atomic_gcc.h +0 -90
  206. package/inc/util/system/atomic_ops.h +0 -189
  207. package/inc/util/system/atomic_win.h +0 -114
  208. package/inc/util/system/backtrace.h +0 -39
  209. package/inc/util/system/byteorder.h +0 -186
  210. package/inc/util/system/compat.h +0 -84
  211. package/inc/util/system/compiler.h +0 -620
  212. package/inc/util/system/condvar.h +0 -71
  213. package/inc/util/system/context.h +0 -181
  214. package/inc/util/system/context_aarch64.h +0 -8
  215. package/inc/util/system/context_i686.h +0 -9
  216. package/inc/util/system/context_x86.h +0 -12
  217. package/inc/util/system/context_x86_64.h +0 -7
  218. package/inc/util/system/cpu_id.h +0 -159
  219. package/inc/util/system/daemon.h +0 -28
  220. package/inc/util/system/datetime.h +0 -98
  221. package/inc/util/system/defaults.h +0 -149
  222. package/inc/util/system/demangle.h +0 -5
  223. package/inc/util/system/demangle_impl.h +0 -23
  224. package/inc/util/system/direct_io.h +0 -71
  225. package/inc/util/system/dynlib.h +0 -119
  226. package/inc/util/system/env.h +0 -32
  227. package/inc/util/system/error.h +0 -95
  228. package/inc/util/system/event.h +0 -122
  229. package/inc/util/system/execpath.h +0 -17
  230. package/inc/util/system/fasttime.h +0 -6
  231. package/inc/util/system/fhandle.h +0 -27
  232. package/inc/util/system/file.h +0 -210
  233. package/inc/util/system/file_lock.h +0 -34
  234. package/inc/util/system/filemap.h +0 -383
  235. package/inc/util/system/flock.h +0 -35
  236. package/inc/util/system/fs.h +0 -156
  237. package/inc/util/system/fs_win.h +0 -29
  238. package/inc/util/system/fstat.h +0 -46
  239. package/inc/util/system/getpid.h +0 -12
  240. package/inc/util/system/guard.h +0 -179
  241. package/inc/util/system/hi_lo.h +0 -139
  242. package/inc/util/system/hostname.h +0 -10
  243. package/inc/util/system/hp_timer.h +0 -36
  244. package/inc/util/system/info.h +0 -12
  245. package/inc/util/system/interrupt_signals.h +0 -22
  246. package/inc/util/system/madvise.h +0 -30
  247. package/inc/util/system/maxlen.h +0 -32
  248. package/inc/util/system/mem_info.h +0 -18
  249. package/inc/util/system/mincore.h +0 -38
  250. package/inc/util/system/mktemp.h +0 -11
  251. package/inc/util/system/mlock.h +0 -43
  252. package/inc/util/system/mutex.h +0 -67
  253. package/inc/util/system/nice.h +0 -3
  254. package/inc/util/system/pipe.h +0 -90
  255. package/inc/util/system/platform.h +0 -246
  256. package/inc/util/system/progname.h +0 -13
  257. package/inc/util/system/protect.h +0 -25
  258. package/inc/util/system/rusage.h +0 -26
  259. package/inc/util/system/rwlock.h +0 -78
  260. package/inc/util/system/sanitizers.h +0 -122
  261. package/inc/util/system/sem.h +0 -41
  262. package/inc/util/system/shellcommand.h +0 -472
  263. package/inc/util/system/shmat.h +0 -32
  264. package/inc/util/system/sigset.h +0 -78
  265. package/inc/util/system/spin_wait.h +0 -10
  266. package/inc/util/system/spinlock.h +0 -121
  267. package/inc/util/system/src_location.h +0 -25
  268. package/inc/util/system/src_root.h +0 -68
  269. package/inc/util/system/sys_alloc.h +0 -43
  270. package/inc/util/system/sysstat.h +0 -52
  271. package/inc/util/system/tempfile.h +0 -34
  272. package/inc/util/system/thread.h +0 -167
  273. package/inc/util/system/tls.h +0 -307
  274. package/inc/util/system/types.h +0 -119
  275. package/inc/util/system/unaligned_mem.h +0 -67
  276. package/inc/util/system/user.h +0 -5
  277. package/inc/util/system/utime.h +0 -6
  278. package/inc/util/system/valgrind.h +0 -48
  279. package/inc/util/system/winint.h +0 -43
  280. package/inc/util/system/yassert.h +0 -121
  281. package/inc/util/system/yield.h +0 -4
  282. package/inc/util/thread/factory.h +0 -65
  283. package/inc/util/thread/fwd.h +0 -30
  284. package/inc/util/thread/lfqueue.h +0 -406
  285. package/inc/util/thread/lfstack.h +0 -188
  286. package/inc/util/thread/pool.h +0 -388
  287. package/inc/util/thread/singleton.h +0 -42
  288. package/inc/util/ysafeptr.h +0 -427
  289. package/inc/util/ysaveload.h +0 -700
@@ -1,707 +0,0 @@
1
- #pragma once
2
-
3
- #include "socket.h"
4
-
5
- #include <util/system/error.h>
6
- #include <util/system/mutex.h>
7
- #include <util/system/defaults.h>
8
- #include <util/generic/ylimits.h>
9
- #include <util/generic/utility.h>
10
- #include <util/generic/vector.h>
11
- #include <util/generic/yexception.h>
12
- #include <util/datetime/base.h>
13
-
14
- #if defined(_freebsd_) || defined(_darwin_)
15
- #define HAVE_KQUEUE_POLLER
16
- #endif
17
-
18
- #if (defined(_linux_) && !defined(_bionic_)) || (__ANDROID_API__ >= 21)
19
- #define HAVE_EPOLL_POLLER
20
- #endif
21
-
22
- //now we always have it
23
- #define HAVE_SELECT_POLLER
24
-
25
- #if defined(HAVE_KQUEUE_POLLER)
26
- #include <sys/event.h>
27
- #endif
28
-
29
- #if defined(HAVE_EPOLL_POLLER)
30
- #include <sys/epoll.h>
31
- #endif
32
-
33
- enum EContPoll {
34
- CONT_POLL_READ = 1,
35
- CONT_POLL_WRITE = 2,
36
- CONT_POLL_RDHUP = 4,
37
- CONT_POLL_ONE_SHOT = 8, // Disable after first event
38
- CONT_POLL_MODIFY = 16, // Modify already added event
39
- CONT_POLL_EDGE_TRIGGERED = 32, // Notify only about new events
40
- CONT_POLL_BACKLOG_EMPTY = 64, // Backlog is empty (seen end of request, EAGAIN or truncated read)
41
- };
42
-
43
- static inline bool IsSocket(SOCKET fd) noexcept {
44
- int val = 0;
45
- socklen_t len = sizeof(val);
46
-
47
- if (getsockopt(fd, SOL_SOCKET, SO_TYPE, (char*)&val, &len) == 0) {
48
- return true;
49
- }
50
-
51
- return LastSystemError() != ENOTSOCK;
52
- }
53
-
54
- static inline int MicroToMilli(int timeout) noexcept {
55
- if (timeout) {
56
- /*
57
- * 1. API of epoll syscall allows to specify timeout with millisecond
58
- * accuracy only
59
- * 2. It is quite complicated to guarantee time resolution of blocking
60
- * syscall less than kernel 1/HZ
61
- *
62
- * Without this rounding we just waste cpu time and do a lot of
63
- * fast epoll_wait(..., 0) syscalls.
64
- */
65
- return Max(timeout / 1000, 1);
66
- }
67
-
68
- return 0;
69
- }
70
-
71
- struct TWithoutLocking {
72
- using TMyMutex = TFakeMutex;
73
- };
74
-
75
- #if defined(HAVE_KQUEUE_POLLER)
76
- static inline int Kevent(int kq, struct kevent* changelist, int nchanges,
77
- struct kevent* eventlist, int nevents, const struct timespec* timeout) noexcept {
78
- int ret;
79
-
80
- do {
81
- ret = kevent(kq, changelist, nchanges, eventlist, nevents, timeout);
82
- } while (ret == -1 && errno == EINTR);
83
-
84
- return ret;
85
- }
86
-
87
- template <class TLockPolicy>
88
- class TKqueuePoller {
89
- public:
90
- typedef struct ::kevent TEvent;
91
-
92
- inline TKqueuePoller()
93
- : Fd_(kqueue())
94
- {
95
- if (Fd_ == -1) {
96
- ythrow TSystemError() << "kqueue failed";
97
- }
98
- }
99
-
100
- inline ~TKqueuePoller() {
101
- close(Fd_);
102
- }
103
-
104
- inline int Fd() const noexcept {
105
- return Fd_;
106
- }
107
-
108
- inline void SetImpl(void* data, int fd, int what) {
109
- TEvent e[2];
110
- int flags = EV_ADD;
111
-
112
- if (what & CONT_POLL_EDGE_TRIGGERED) {
113
- if (what & CONT_POLL_BACKLOG_EMPTY) {
114
- // When backlog is empty, edge-triggered does not need restart.
115
- return;
116
- }
117
- flags |= EV_CLEAR;
118
- }
119
-
120
- if (what & CONT_POLL_ONE_SHOT) {
121
- flags |= EV_ONESHOT;
122
- }
123
-
124
- Zero(e);
125
-
126
- EV_SET(e + 0, fd, EVFILT_READ, flags | ((what & CONT_POLL_READ) ? EV_ENABLE : EV_DISABLE), 0, 0, data);
127
- EV_SET(e + 1, fd, EVFILT_WRITE, flags | ((what & CONT_POLL_WRITE) ? EV_ENABLE : EV_DISABLE), 0, 0, data);
128
-
129
- if (Kevent(Fd_, e, 2, nullptr, 0, nullptr) == -1) {
130
- ythrow TSystemError() << "kevent add failed";
131
- }
132
- }
133
-
134
- inline void Remove(int fd) noexcept {
135
- TEvent e[2];
136
-
137
- Zero(e);
138
-
139
- EV_SET(e + 0, fd, EVFILT_READ, EV_DELETE, 0, 0, 0);
140
- EV_SET(e + 1, fd, EVFILT_WRITE, EV_DELETE, 0, 0, 0);
141
-
142
- Y_VERIFY(!(Kevent(Fd_, e, 2, nullptr, 0, nullptr) == -1 && errno != ENOENT), "kevent remove failed: %s", LastSystemErrorText());
143
- }
144
-
145
- inline size_t Wait(TEvent* events, size_t len, int timeout) noexcept {
146
- struct timespec ts;
147
-
148
- ts.tv_sec = timeout / 1000000;
149
- ts.tv_nsec = (timeout % 1000000) * 1000;
150
-
151
- const int ret = Kevent(Fd_, nullptr, 0, events, len, &ts);
152
-
153
- Y_VERIFY(ret >= 0, "kevent failed: %s", LastSystemErrorText());
154
-
155
- return (size_t)ret;
156
- }
157
-
158
- static inline void* ExtractEvent(const TEvent* event) noexcept {
159
- return event->udata;
160
- }
161
-
162
- static inline int ExtractStatus(const TEvent* event) noexcept {
163
- if (event->flags & EV_ERROR) {
164
- return EIO;
165
- }
166
-
167
- return event->fflags;
168
- }
169
-
170
- static inline int ExtractFilterImpl(const TEvent* event) noexcept {
171
- if (event->filter == EVFILT_READ) {
172
- return CONT_POLL_READ;
173
- }
174
-
175
- if (event->filter == EVFILT_WRITE) {
176
- return CONT_POLL_WRITE;
177
- }
178
-
179
- if (event->flags & EV_EOF) {
180
- return CONT_POLL_READ | CONT_POLL_WRITE;
181
- }
182
-
183
- return 0;
184
- }
185
-
186
- private:
187
- int Fd_;
188
- };
189
- #endif
190
-
191
- #if defined(HAVE_EPOLL_POLLER)
192
- static inline int ContEpollWait(int epfd, struct epoll_event* events, int maxevents, int timeout) noexcept {
193
- int ret;
194
-
195
- do {
196
- ret = epoll_wait(epfd, events, maxevents, Min<int>(timeout, 35 * 60 * 1000));
197
- } while (ret == -1 && errno == EINTR);
198
-
199
- return ret;
200
- }
201
-
202
- template <class TLockPolicy>
203
- class TEpollPoller {
204
- public:
205
- typedef struct ::epoll_event TEvent;
206
-
207
- inline TEpollPoller(bool closeOnExec = false)
208
- : Fd_(epoll_create1(closeOnExec ? EPOLL_CLOEXEC : 0))
209
- {
210
- if (Fd_ == -1) {
211
- ythrow TSystemError() << "epoll_create failed";
212
- }
213
- }
214
-
215
- inline ~TEpollPoller() {
216
- close(Fd_);
217
- }
218
-
219
- inline int Fd() const noexcept {
220
- return Fd_;
221
- }
222
-
223
- inline void SetImpl(void* data, int fd, int what) {
224
- TEvent e;
225
-
226
- Zero(e);
227
-
228
- if (what & CONT_POLL_EDGE_TRIGGERED) {
229
- if (what & CONT_POLL_BACKLOG_EMPTY) {
230
- // When backlog is empty, edge-triggered does not need restart.
231
- return;
232
- }
233
- e.events |= EPOLLET;
234
- }
235
-
236
- if (what & CONT_POLL_ONE_SHOT) {
237
- e.events |= EPOLLONESHOT;
238
- }
239
-
240
- if (what & CONT_POLL_READ) {
241
- e.events |= EPOLLIN;
242
- }
243
-
244
- if (what & CONT_POLL_WRITE) {
245
- e.events |= EPOLLOUT;
246
- }
247
-
248
- if (what & CONT_POLL_RDHUP) {
249
- e.events |= EPOLLRDHUP;
250
- }
251
-
252
- e.data.ptr = data;
253
-
254
- if ((what & CONT_POLL_MODIFY) || epoll_ctl(Fd_, EPOLL_CTL_ADD, fd, &e) == -1) {
255
- if (epoll_ctl(Fd_, EPOLL_CTL_MOD, fd, &e) == -1) {
256
- ythrow TSystemError() << "epoll add failed";
257
- }
258
- }
259
- }
260
-
261
- inline void Remove(int fd) noexcept {
262
- TEvent e;
263
-
264
- Zero(e);
265
-
266
- epoll_ctl(Fd_, EPOLL_CTL_DEL, fd, &e);
267
- }
268
-
269
- inline size_t Wait(TEvent* events, size_t len, int timeout) noexcept {
270
- const int ret = ContEpollWait(Fd_, events, len, MicroToMilli(timeout));
271
-
272
- Y_VERIFY(ret >= 0, "epoll wait error: %s", LastSystemErrorText());
273
-
274
- return (size_t)ret;
275
- }
276
-
277
- static inline void* ExtractEvent(const TEvent* event) noexcept {
278
- return event->data.ptr;
279
- }
280
-
281
- static inline int ExtractStatus(const TEvent* event) noexcept {
282
- if (event->events & (EPOLLERR | EPOLLHUP)) {
283
- return EIO;
284
- }
285
-
286
- return 0;
287
- }
288
-
289
- static inline int ExtractFilterImpl(const TEvent* event) noexcept {
290
- int ret = 0;
291
-
292
- if (event->events & EPOLLIN) {
293
- ret |= CONT_POLL_READ;
294
- }
295
-
296
- if (event->events & EPOLLOUT) {
297
- ret |= CONT_POLL_WRITE;
298
- }
299
-
300
-
301
- if (event->events & EPOLLRDHUP) {
302
- ret |= CONT_POLL_RDHUP;
303
- }
304
-
305
- return ret;
306
- }
307
-
308
- private:
309
- int Fd_;
310
- };
311
- #endif
312
-
313
- #if defined(HAVE_SELECT_POLLER)
314
- #include <util/memory/tempbuf.h>
315
- #include <util/generic/hash.h>
316
-
317
- #include "pair.h"
318
-
319
- static inline int ContSelect(int n, fd_set* r, fd_set* w, fd_set* e, struct timeval* t) noexcept {
320
- int ret;
321
-
322
- do {
323
- ret = select(n, r, w, e, t);
324
- } while (ret == -1 && errno == EINTR);
325
-
326
- return ret;
327
- }
328
-
329
- struct TSelectPollerNoTemplate {
330
- struct THandle {
331
- void* Data_;
332
- int Filter_;
333
-
334
- inline THandle()
335
- : Data_(nullptr)
336
- , Filter_(0)
337
- {
338
- }
339
-
340
- inline void* Data() const noexcept {
341
- return Data_;
342
- }
343
-
344
- inline void Set(void* d, int s) noexcept {
345
- Data_ = d;
346
- Filter_ = s;
347
- }
348
-
349
- inline void Clear(int c) noexcept {
350
- Filter_ &= ~c;
351
- }
352
-
353
- inline int Filter() const noexcept {
354
- return Filter_;
355
- }
356
- };
357
-
358
- class TFds: public THashMap<SOCKET, THandle> {
359
- public:
360
- inline void Set(SOCKET fd, void* data, int filter) {
361
- (*this)[fd].Set(data, filter);
362
- }
363
-
364
- inline void Remove(SOCKET fd) {
365
- erase(fd);
366
- }
367
-
368
- inline SOCKET Build(fd_set* r, fd_set* w, fd_set* e) const noexcept {
369
- SOCKET ret = 0;
370
-
371
- for (const auto& it : *this) {
372
- const SOCKET fd = it.first;
373
- const THandle& handle = it.second;
374
-
375
- FD_SET(fd, e);
376
-
377
- if (handle.Filter() & CONT_POLL_READ) {
378
- FD_SET(fd, r);
379
- }
380
-
381
- if (handle.Filter() & CONT_POLL_WRITE) {
382
- FD_SET(fd, w);
383
- }
384
-
385
- if (fd > ret) {
386
- ret = fd;
387
- }
388
- }
389
-
390
- return ret;
391
- }
392
- };
393
-
394
- struct TEvent: public THandle {
395
- inline int Status() const noexcept {
396
- return -Min(Filter(), 0);
397
- }
398
-
399
- inline void Error(void* d, int err) noexcept {
400
- Set(d, -err);
401
- }
402
-
403
- inline void Success(void* d, int what) noexcept {
404
- Set(d, what);
405
- }
406
- };
407
- };
408
-
409
- template <class TLockPolicy>
410
- class TSelectPoller: public TSelectPollerNoTemplate {
411
- using TMyMutex = typename TLockPolicy::TMyMutex;
412
-
413
- public:
414
- inline TSelectPoller()
415
- : Begin_(nullptr)
416
- , End_(nullptr)
417
- {
418
- SocketPair(Signal_);
419
- SetNonBlock(WaitSock());
420
- SetNonBlock(SigSock());
421
- }
422
-
423
- inline ~TSelectPoller() {
424
- closesocket(Signal_[0]);
425
- closesocket(Signal_[1]);
426
- }
427
-
428
- inline void SetImpl(void* data, SOCKET fd, int what) {
429
- with_lock (CommandLock_) {
430
- Commands_.push_back(TCommand(fd, what, data));
431
- }
432
-
433
- Signal();
434
- }
435
-
436
- inline void Remove(SOCKET fd) noexcept {
437
- with_lock (CommandLock_) {
438
- Commands_.push_back(TCommand(fd, 0));
439
- }
440
-
441
- Signal();
442
- }
443
-
444
- inline size_t Wait(TEvent* events, size_t len, int timeout) noexcept {
445
- auto guard = Guard(Lock_);
446
-
447
- do {
448
- if (Begin_ != End_) {
449
- const size_t ret = Min<size_t>(End_ - Begin_, len);
450
-
451
- memcpy(events, Begin_, sizeof(*events) * ret);
452
- Begin_ += ret;
453
-
454
- return ret;
455
- }
456
-
457
- if (len >= EventNumberHint()) {
458
- return WaitBase(events, len, timeout);
459
- }
460
-
461
- Begin_ = SavedEvents();
462
- End_ = Begin_ + WaitBase(Begin_, EventNumberHint(), timeout);
463
- } while (Begin_ != End_);
464
-
465
- return 0;
466
- }
467
-
468
- inline TEvent* SavedEvents() {
469
- if (!SavedEvents_) {
470
- SavedEvents_.Reset(new TEvent[EventNumberHint()]);
471
- }
472
-
473
- return SavedEvents_.Get();
474
- }
475
-
476
- inline size_t WaitBase(TEvent* events, size_t len, int timeout) noexcept {
477
- with_lock (CommandLock_) {
478
- for (auto command = Commands_.begin(); command != Commands_.end(); ++command) {
479
- if (command->Filter_ != 0) {
480
- Fds_.Set(command->Fd_, command->Cookie_, command->Filter_);
481
- } else {
482
- Fds_.Remove(command->Fd_);
483
- }
484
- }
485
-
486
- Commands_.clear();
487
- }
488
-
489
- TTempBuf tmpBuf(3 * sizeof(fd_set) + Fds_.size() * sizeof(SOCKET));
490
-
491
- fd_set* in = (fd_set*)tmpBuf.Data();
492
- fd_set* out = &in[1];
493
- fd_set* errFds = &in[2];
494
-
495
- SOCKET* keysToDeleteBegin = (SOCKET*)&in[3];
496
- SOCKET* keysToDeleteEnd = keysToDeleteBegin;
497
-
498
- #if defined(_msan_enabled_) // msan doesn't handle FD_ZERO and cause false positive BALANCER-1347
499
- memset(in, 0, sizeof(*in));
500
- memset(out, 0, sizeof(*out));
501
- memset(errFds, 0, sizeof(*errFds));
502
- #endif
503
-
504
- FD_ZERO(in);
505
- FD_ZERO(out);
506
- FD_ZERO(errFds);
507
-
508
- FD_SET(WaitSock(), in);
509
-
510
- const SOCKET maxFdNum = Max(Fds_.Build(in, out, errFds), WaitSock());
511
- struct timeval tout;
512
-
513
- tout.tv_sec = timeout / 1000000;
514
- tout.tv_usec = timeout % 1000000;
515
-
516
- int ret = ContSelect(int(maxFdNum + 1), in, out, errFds, &tout);
517
-
518
- if (ret > 0 && FD_ISSET(WaitSock(), in)) {
519
- --ret;
520
- TryWait();
521
- }
522
-
523
- Y_VERIFY(ret >= 0 && (size_t)ret <= len, "select error: %s", LastSystemErrorText());
524
-
525
- TEvent* eventsStart = events;
526
-
527
- for (typename TFds::iterator it = Fds_.begin(); it != Fds_.end(); ++it) {
528
- const SOCKET fd = it->first;
529
- THandle& handle = it->second;
530
-
531
- if (FD_ISSET(fd, errFds)) {
532
- (events++)->Error(handle.Data(), EIO);
533
-
534
- if (handle.Filter() & CONT_POLL_ONE_SHOT) {
535
- *keysToDeleteEnd = fd;
536
- ++keysToDeleteEnd;
537
- }
538
-
539
- } else {
540
- int what = 0;
541
-
542
- if (FD_ISSET(fd, in)) {
543
- what |= CONT_POLL_READ;
544
- }
545
-
546
- if (FD_ISSET(fd, out)) {
547
- what |= CONT_POLL_WRITE;
548
- }
549
-
550
- if (what) {
551
- (events++)->Success(handle.Data(), what);
552
-
553
- if (handle.Filter() & CONT_POLL_ONE_SHOT) {
554
- *keysToDeleteEnd = fd;
555
- ++keysToDeleteEnd;
556
- }
557
-
558
- if (handle.Filter() & CONT_POLL_EDGE_TRIGGERED) {
559
- // Emulate edge-triggered for level-triggered select().
560
- // User must restart waiting this event when needed.
561
- handle.Clear(what);
562
- }
563
- }
564
- }
565
- }
566
-
567
- while (keysToDeleteBegin != keysToDeleteEnd) {
568
- Fds_.erase(*keysToDeleteBegin);
569
- ++keysToDeleteBegin;
570
- }
571
-
572
- return events - eventsStart;
573
- }
574
-
575
- inline size_t EventNumberHint() const noexcept {
576
- return sizeof(fd_set) * 8 * 2;
577
- }
578
-
579
- static inline void* ExtractEvent(const TEvent* event) noexcept {
580
- return event->Data();
581
- }
582
-
583
- static inline int ExtractStatus(const TEvent* event) noexcept {
584
- return event->Status();
585
- }
586
-
587
- static inline int ExtractFilterImpl(const TEvent* event) noexcept {
588
- return event->Filter();
589
- }
590
-
591
- private:
592
- inline void Signal() noexcept {
593
- char ch = 13;
594
-
595
- send(SigSock(), &ch, 1, 0);
596
- }
597
-
598
- inline void TryWait() {
599
- char ch[32];
600
-
601
- while (recv(WaitSock(), ch, sizeof(ch), 0) > 0) {
602
- Y_ASSERT(ch[0] == 13);
603
- }
604
- }
605
-
606
- inline SOCKET WaitSock() const noexcept {
607
- return Signal_[1];
608
- }
609
-
610
- inline SOCKET SigSock() const noexcept {
611
- return Signal_[0];
612
- }
613
-
614
- private:
615
- struct TCommand {
616
- SOCKET Fd_;
617
- int Filter_; // 0 to remove
618
- void* Cookie_;
619
-
620
- TCommand(SOCKET fd, int filter, void* cookie)
621
- : Fd_(fd)
622
- , Filter_(filter)
623
- , Cookie_(cookie)
624
- {
625
- }
626
-
627
- TCommand(SOCKET fd, int filter)
628
- : Fd_(fd)
629
- , Filter_(filter)
630
- {
631
- }
632
- };
633
-
634
- TFds Fds_;
635
-
636
- TMyMutex Lock_;
637
- TArrayHolder<TEvent> SavedEvents_;
638
- TEvent* Begin_;
639
- TEvent* End_;
640
-
641
- TMyMutex CommandLock_;
642
- TVector<TCommand> Commands_;
643
-
644
- SOCKET Signal_[2];
645
- };
646
- #endif
647
-
648
- static inline TDuration PollStep(const TInstant& deadLine, const TInstant& now) noexcept {
649
- if (deadLine < now) {
650
- return TDuration::Zero();
651
- }
652
-
653
- return Min(deadLine - now, TDuration::Seconds(1000));
654
- }
655
-
656
- template <class TBase>
657
- class TGenericPoller: public TBase {
658
- public:
659
- using TBase::TBase;
660
-
661
- using TEvent = typename TBase::TEvent;
662
-
663
- inline void Set(void* data, SOCKET fd, int what) {
664
- if (what) {
665
- this->SetImpl(data, fd, what);
666
- } else {
667
- this->Remove(fd);
668
- }
669
- }
670
-
671
- static inline int ExtractFilter(const TEvent* event) noexcept {
672
- if (TBase::ExtractStatus(event)) {
673
- return CONT_POLL_READ | CONT_POLL_WRITE | CONT_POLL_RDHUP;
674
- }
675
-
676
- return TBase::ExtractFilterImpl(event);
677
- }
678
-
679
- inline size_t WaitD(TEvent* events, size_t len, TInstant deadLine, TInstant now = TInstant::Now()) noexcept {
680
- if (!len) {
681
- return 0;
682
- }
683
-
684
- size_t ret;
685
-
686
- do {
687
- ret = this->Wait(events, len, (int)PollStep(deadLine, now).MicroSeconds());
688
- } while (!ret && ((now = TInstant::Now()) < deadLine));
689
-
690
- return ret;
691
- }
692
- };
693
-
694
- #if defined(HAVE_KQUEUE_POLLER)
695
- #define TPollerImplBase TKqueuePoller
696
- #elif defined(HAVE_EPOLL_POLLER)
697
- #define TPollerImplBase TEpollPoller
698
- #elif defined(HAVE_SELECT_POLLER)
699
- #define TPollerImplBase TSelectPoller
700
- #else
701
- #error "unsupported platform"
702
- #endif
703
-
704
- template <class TLockPolicy>
705
- using TPollerImpl = TGenericPoller<TPollerImplBase<TLockPolicy>>;
706
-
707
- #undef TPollerImplBase