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,86 +0,0 @@
1
- #pragma once
2
-
3
- #include <util/generic/typelist.h>
4
- #include <util/system/defaults.h>
5
-
6
- /*
7
- * original url (now dead): http://www.cris.com/~Ttwang/tech/inthash.htm
8
- * copy: https://gist.github.com/badboy/6267743
9
- */
10
-
11
- static constexpr ui8 IntHashImpl(ui8 key8) noexcept {
12
- size_t key = key8;
13
-
14
- key += ~(key << 15);
15
- key ^= (key >> 10);
16
- key += (key << 3);
17
- key ^= (key >> 6);
18
- key += ~(key << 11);
19
- key ^= (key >> 16);
20
-
21
- return static_cast<ui8>(key);
22
- }
23
-
24
- static constexpr ui16 IntHashImpl(ui16 key16) noexcept {
25
- size_t key = key16;
26
-
27
- key += ~(key << 15);
28
- key ^= (key >> 10);
29
- key += (key << 3);
30
- key ^= (key >> 6);
31
- key += ~(key << 11);
32
- key ^= (key >> 16);
33
-
34
- return static_cast<ui16>(key);
35
- }
36
-
37
- static constexpr ui32 IntHashImpl(ui32 key) noexcept {
38
- key += ~(key << 15);
39
- key ^= (key >> 10);
40
- key += (key << 3);
41
- key ^= (key >> 6);
42
- key += ~(key << 11);
43
- key ^= (key >> 16);
44
-
45
- return key;
46
- }
47
-
48
- static constexpr ui64 IntHashImpl(ui64 key) noexcept {
49
- key += ~(key << 32);
50
- key ^= (key >> 22);
51
- key += ~(key << 13);
52
- key ^= (key >> 8);
53
- key += (key << 3);
54
- key ^= (key >> 15);
55
- key += ~(key << 27);
56
- key ^= (key >> 31);
57
-
58
- return key;
59
- }
60
-
61
- template <class T>
62
- static constexpr T IntHash(T t) noexcept {
63
- using TCvt = TFixedWidthUnsignedInt<T>;
64
-
65
- return IntHashImpl((TCvt)(t));
66
- }
67
-
68
- /*
69
- * can handle floats && pointers
70
- */
71
- template <class T>
72
- static constexpr size_t NumericHash(T t) noexcept {
73
- using TCvt = TFixedWidthUnsignedInt<T>;
74
-
75
- union Y_HIDDEN {
76
- T t;
77
- TCvt cvt;
78
- } u{t};
79
-
80
- return (size_t)IntHash(u.cvt);
81
- }
82
-
83
- template <class T>
84
- static constexpr T CombineHashes(T l, T r) noexcept {
85
- return IntHash(l) ^ r;
86
- }
@@ -1,48 +0,0 @@
1
- #pragma once
2
-
3
- #include "numeric.h"
4
- #include <util/generic/hash.h>
5
- #include <util/generic/array_ref.h>
6
-
7
- template <typename ElementHash = void>
8
- class TRangeHash {
9
- private:
10
- template <typename ElementType>
11
- using TBase = std::conditional_t<
12
- !std::is_void<ElementHash>::value,
13
- ElementHash,
14
- THash<ElementType>>;
15
-
16
- public:
17
- template <typename Range>
18
- size_t operator()(const Range& range) const {
19
- size_t accumulated = 0;
20
- for (const auto& element : range) {
21
- accumulated = CombineHashes(accumulated, TBase<typename Range::value_type>()(element));
22
- }
23
- return accumulated;
24
- }
25
- };
26
-
27
- using TSimpleRangeHash = TRangeHash<>;
28
-
29
- template <typename RegionHash = void>
30
- class TContiguousHash {
31
- private:
32
- template <typename ElementType>
33
- using TBase = std::conditional_t<
34
- !std::is_void<RegionHash>::value,
35
- RegionHash,
36
- TRangeHash<ElementType>>;
37
-
38
- public:
39
- template <typename ContainerType>
40
- auto operator()(const ContainerType& container) const {
41
- return operator()(MakeArrayRef(container));
42
- }
43
-
44
- template <typename ElementType>
45
- auto operator()(const TArrayRef<ElementType>& data) const {
46
- return TBase<ElementType>()(data);
47
- }
48
- };
@@ -1,129 +0,0 @@
1
- #pragma once
2
-
3
- #include <util/stream/output.h>
4
- #include <util/stream/input.h>
5
- #include <util/generic/string.h>
6
- #include <util/datetime/constants.h>
7
-
8
- #include <ctime>
9
-
10
- // XXX: uses system calls for trivial things. may be very slow therefore.
11
-
12
- time_t GetDateStart(time_t ts);
13
-
14
- // Local date (without time zone)
15
- class TDate {
16
- // XXX: wrong: must store number of days since epoch
17
- time_t Timestamp;
18
-
19
- public:
20
- TDate()
21
- : Timestamp(0)
22
- {
23
- }
24
-
25
- // XXX: wrong. Should be replace with two methods: TodayGmt() and TodayLocal()
26
- static TDate Today() {
27
- return TDate(time(nullptr));
28
- }
29
-
30
- TDate(const char* yyyymmdd);
31
- TDate(const TString& yyyymmdd);
32
- TDate(unsigned year, unsigned month, unsigned monthDay); // month from 01, monthDay from 01
33
- TDate(const TString& date, const TString& format);
34
-
35
- explicit TDate(time_t t);
36
-
37
- time_t GetStart() const {
38
- return Timestamp;
39
- }
40
-
41
- time_t GetStartUTC() const;
42
-
43
- TString ToStroka(const char* format = "%Y%m%d") const;
44
-
45
- TDate& operator++() {
46
- Timestamp = GetDateStart(Timestamp + 3 * (SECONDS_IN_DAY / 2));
47
- return *this;
48
- }
49
-
50
- TDate& operator--() {
51
- Timestamp = GetDateStart(Timestamp - SECONDS_IN_DAY / 2);
52
- return *this;
53
- }
54
-
55
- TDate& operator+=(unsigned days) {
56
- Timestamp = GetDateStart(Timestamp + days * SECONDS_IN_DAY + SECONDS_IN_DAY / 2);
57
- return *this;
58
- }
59
-
60
- TDate& operator-=(unsigned days) {
61
- Timestamp = GetDateStart(Timestamp - days * SECONDS_IN_DAY + SECONDS_IN_DAY / 2);
62
- return *this;
63
- }
64
-
65
- TDate operator+(unsigned days) const {
66
- return TDate(Timestamp + days * SECONDS_IN_DAY + SECONDS_IN_DAY / 2);
67
- }
68
-
69
- TDate operator-(unsigned days) const {
70
- return TDate(Timestamp - days * SECONDS_IN_DAY + SECONDS_IN_DAY / 2);
71
- }
72
-
73
- unsigned GetWeekDay() const; // days since Sunday
74
-
75
- unsigned GetYear() const;
76
- unsigned GetMonth() const; // from 01
77
- unsigned GetMonthDay() const; // from 01
78
-
79
- friend bool operator<(const TDate& left, const TDate& right);
80
- friend bool operator>(const TDate& left, const TDate& right);
81
- friend bool operator<=(const TDate& left, const TDate& right);
82
- friend bool operator>=(const TDate& left, const TDate& right);
83
- friend bool operator==(const TDate& left, const TDate& right);
84
- friend int operator-(const TDate& left, const TDate& right);
85
-
86
- friend IInputStream& operator>>(IInputStream& left, TDate& right);
87
- friend IOutputStream& operator<<(IOutputStream& left, const TDate& right);
88
- };
89
-
90
- Y_DECLARE_PODTYPE(TDate);
91
-
92
- inline bool operator<(const TDate& left, const TDate& right) {
93
- return left.Timestamp < right.Timestamp;
94
- }
95
-
96
- inline bool operator>(const TDate& left, const TDate& right) {
97
- return left.Timestamp > right.Timestamp;
98
- }
99
-
100
- inline bool operator<=(const TDate& left, const TDate& right) {
101
- return left.Timestamp <= right.Timestamp;
102
- }
103
-
104
- inline bool operator>=(const TDate& left, const TDate& right) {
105
- return left.Timestamp >= right.Timestamp;
106
- }
107
-
108
- inline bool operator==(const TDate& left, const TDate& right) {
109
- return left.Timestamp == right.Timestamp;
110
- }
111
-
112
- inline int operator-(const TDate& left, const TDate& right) {
113
- if (left < right) {
114
- return -(right - left);
115
- }
116
- return static_cast<int>((left.Timestamp + SECONDS_IN_DAY / 2 - right.Timestamp) / SECONDS_IN_DAY);
117
- }
118
-
119
- inline IInputStream& operator>>(IInputStream& left, TDate& right) {
120
- TString stroka;
121
- left >> stroka;
122
- TDate date(stroka.c_str());
123
- right = date;
124
- return left;
125
- }
126
-
127
- inline IOutputStream& operator<<(IOutputStream& left, const TDate& right) {
128
- return left << right.ToStroka();
129
- }
@@ -1,184 +0,0 @@
1
- #pragma once
2
-
3
- #include <util/generic/algorithm.h>
4
- #include <util/generic/string.h>
5
- #include <util/generic/yexception.h>
6
- #include <util/generic/ymath.h>
7
- #include <util/datetime/base.h>
8
-
9
- #include <cstdlib>
10
-
11
- #include <time.h>
12
-
13
- namespace NDatetime {
14
- extern const ui32 MonthDays[2][12]; // !leapYear; !!leapYear
15
- extern const ui32 MonthDaysNewYear[2][13]; // !leapYear; !!leapYear
16
-
17
- inline ui32 YearDaysAD(ui32 year) {
18
- year = Max<ui32>(year, 1) - 1; //1 AD comes straight after 1 BC, no 0 AD
19
- return year * 365 + year / 4 - year / 100 + year / 400;
20
- }
21
-
22
- inline bool LeapYearAD(ui32 year) {
23
- return (!(year % 4) && (year % 100)) || !(year % 400);
24
- }
25
-
26
- inline ui32 YDayFromMonthAndDay(ui32 month /*0 - based*/, ui32 mday /*1 - based*/, bool isleap) {
27
- return MonthDaysNewYear[isleap][Min(month, (ui32)11u)] + mday - 1;
28
- }
29
-
30
- void YDayToMonthAndDay(ui32 yday /*0 - based*/, bool isleap, ui32* month /*0 - based*/, ui32* mday /*1 - based*/);
31
-
32
- struct TSimpleTM {
33
- enum EField {
34
- F_NONE = 0,
35
- F_SEC,
36
- F_MIN,
37
- F_HOUR,
38
- F_DAY,
39
- F_MON,
40
- F_YEAR
41
- };
42
-
43
- i32 GMTOff = 0; // -43200 - 50400 seconds
44
- ui16 Year = 0; // from 1900
45
- ui16 YDay = 0; // 0-365
46
- ui8 Mon = 0; // 0-11
47
- ui8 MDay = 0; // 1-31
48
- ui8 WDay = 0; // 0-6
49
- ui8 Hour = 0; // 0-23
50
- ui8 Min = 0; // 0-59
51
- ui8 Sec = 0; // 0-60 - doesn't care for leap seconds. Most of the time it's ok.
52
- i8 IsDst = 0; // -1/0/1
53
- bool IsLeap = false;
54
-
55
- public:
56
- static TSimpleTM New(time_t t = 0, i32 gmtoff = 0, i8 isdst = 0);
57
- static TSimpleTM NewLocal(time_t = 0);
58
-
59
- static TSimpleTM New(const struct tm&);
60
-
61
- static TSimpleTM CurrentUTC();
62
-
63
- TSimpleTM() = default;
64
-
65
- TSimpleTM(ui32 year, ui32 mon, ui32 day, ui32 h = 0, ui32 m = 0, ui32 s = 0) {
66
- Zero(*this);
67
- SetRealDate(year, mon, day, h, m, s);
68
- }
69
-
70
- // keeps the object consistent
71
- TSimpleTM& Add(EField f, i32 amount = 1);
72
-
73
- TString ToString(const char* fmt = "%a, %d %b %Y %H:%M:%S %z") const;
74
-
75
- TSimpleTM& ToUTC() {
76
- return *this = New(AsTimeT());
77
- }
78
-
79
- bool IsUTC() const {
80
- return !IsDst && !GMTOff;
81
- }
82
-
83
- time_t AsTimeT() const;
84
-
85
- operator time_t() const {
86
- return AsTimeT();
87
- };
88
-
89
- struct tm AsStructTmLocal() const;
90
-
91
- struct tm AsStructTmUTC() const;
92
-
93
- operator struct tm() const {
94
- return AsStructTmLocal();
95
- }
96
-
97
- ui32 RealYear() const {
98
- return ui32(Year + 1900);
99
- }
100
-
101
- ui32 RealMonth() const {
102
- return ui32(Mon + 1);
103
- }
104
-
105
- TSimpleTM& SetRealDate(ui32 year, ui32 mon, ui32 mday, ui32 hour = -1, ui32 min = -1, ui32 sec = -1, i32 isdst = 0);
106
-
107
- // regenerates all fields from Year, MDay, Hour, Min, Sec, IsDst, GMTOffset
108
- TSimpleTM& RegenerateFields();
109
-
110
- friend bool operator==(const TSimpleTM& a, const TSimpleTM& b) {
111
- return a.AsTimeT() == b.AsTimeT();
112
- }
113
-
114
- friend bool operator==(const TSimpleTM& s, const struct tm& t) {
115
- return s == New(t);
116
- }
117
-
118
- friend bool operator==(const struct tm& t, const TSimpleTM& s) {
119
- return s == t;
120
- }
121
-
122
- friend bool operator!=(const TSimpleTM& a, const TSimpleTM& b) {
123
- return !(a == b);
124
- }
125
-
126
- friend bool operator!=(const TSimpleTM& s, const struct tm& t) {
127
- return !(s == t);
128
- }
129
-
130
- friend bool operator!=(const struct tm& t, const TSimpleTM& s) {
131
- return s != t;
132
- }
133
- };
134
- }
135
-
136
- inline TString date2str(const time_t date) {
137
- struct tm dateTm;
138
- memset(&dateTm, 0, sizeof(dateTm));
139
- localtime_r(&date, &dateTm);
140
- char buf[9];
141
- strftime(buf, sizeof(buf), "%Y%m%d", &dateTm);
142
- return TString(buf);
143
- }
144
-
145
- inline time_t str2date(const TString& dateStr) {
146
- struct tm dateTm;
147
- memset(&dateTm, 0, sizeof(tm));
148
- strptime(dateStr.data(), "%Y%m%d", &dateTm);
149
- return mktime(&dateTm);
150
- }
151
-
152
- // checks whether time2 > time1 and close enough to it
153
- inline bool AreTimesSeqAndClose(time_t time1, time_t time2, time_t closeInterval = 10) {
154
- return (time2 - time1) <= closeInterval;
155
- }
156
-
157
- // checks whether time2 and time1 are close enough
158
- inline bool AreTimesClose(time_t time1, time_t time2, time_t closeInterval = 10) {
159
- return std::abs(time2 - time1) <= closeInterval;
160
- }
161
-
162
- ////////////////////////////////
163
-
164
- struct TMonth {
165
- ui16 Year;
166
- ui8 Month;
167
-
168
- TMonth(ui16 year = 0, ui8 month = 0)
169
- : Year(year)
170
- , Month(month)
171
- {
172
- }
173
-
174
- TMonth operator-(ui16 n) {
175
- if (n <= Month) {
176
- return TMonth(Year, Month - (ui8)n);
177
- } else {
178
- n -= Month;
179
- return (n % 12) ? TMonth(Year - 1 - (n / 12), 12 - (n % 12)) : TMonth(Year - (n / 12), 0);
180
- }
181
- }
182
- };
183
-
184
- Y_DECLARE_PODTYPE(NDatetime::TSimpleTM);
@@ -1,136 +0,0 @@
1
- #pragma once
2
-
3
- #include <bitset>
4
-
5
- #include <util/generic/strbuf.h>
6
- #include <util/stream/str.h>
7
- #include <util/string/cast.h>
8
- #include <util/string/split.h>
9
- #include <utility>
10
-
11
- class TEnumNotFoundException: public yexception {
12
- };
13
-
14
- #define EnumFromString(key, entries) EnumFromStringImpl(key, entries, Y_ARRAY_SIZE(entries))
15
- #define EnumFromStringWithSize(key, entries, size) EnumFromStringImpl(key, entries, size)
16
- #define FindEnumFromString(key, entries) FindEnumFromStringImpl(key, entries, Y_ARRAY_SIZE(entries))
17
- #define FindEnumFromStringWithSize(key, entries, size) FindEnumFromStringImpl(key, entries, size)
18
- #define EnumToString(key, entries) EnumToStringImpl(key, entries, Y_ARRAY_SIZE(entries))
19
- #define EnumToStringWithSize(key, entries, size) EnumToStringImpl(key, entries, size)
20
- #define PrintEnumItems(entries) PrintEnumItemsImpl(entries, Y_ARRAY_SIZE(entries))
21
-
22
- template <class K1, class K2, class V>
23
- const V* FindEnumFromStringImpl(K1 key, const std::pair<K2, V>* entries, size_t arraySize) {
24
- for (size_t i = 0; i < arraySize; i++)
25
- if (entries[i].first == key)
26
- return &entries[i].second;
27
- return nullptr;
28
- }
29
-
30
- // special version for const char*
31
- template <class V>
32
- const V* FindEnumFromStringImpl(const char* key, const std::pair<const char*, V>* entries, size_t arraySize) {
33
- for (size_t i = 0; i < arraySize; i++)
34
- if (entries[i].first && key && !strcmp(entries[i].first, key))
35
- return &entries[i].second;
36
- return nullptr;
37
- }
38
-
39
- template <class K, class V>
40
- TString PrintEnumItemsImpl(const std::pair<K, V>* entries, size_t arraySize) {
41
- TString result;
42
- TStringOutput out(result);
43
- for (size_t i = 0; i < arraySize; i++)
44
- out << (i ? ", " : "") << "'" << entries[i].first << "'";
45
- return result;
46
- }
47
-
48
- // special version for const char*
49
- template <class V>
50
- TString PrintEnumItemsImpl(const std::pair<const char*, V>* entries, size_t arraySize) {
51
- TString result;
52
- TStringOutput out(result);
53
- for (size_t i = 0; i < arraySize; i++)
54
- out << (i ? ", " : "") << "'" << (entries[i].first ? entries[i].first : "<null>") << "'";
55
- return result;
56
- }
57
-
58
- template <class K1, class K2, class V>
59
- const V* EnumFromStringImpl(K1 key, const std::pair<K2, V>* entries, size_t arraySize) {
60
- const V* res = FindEnumFromStringImpl(key, entries, arraySize);
61
- if (res)
62
- return res;
63
-
64
- ythrow TEnumNotFoundException() << "Key '" << key << "' not found in enum. Valid options are: " << PrintEnumItemsImpl(entries, arraySize) << ". ";
65
- }
66
-
67
- template <class K, class V>
68
- const K* EnumToStringImpl(V value, const std::pair<K, V>* entries, size_t arraySize) {
69
- for (size_t i = 0; i < arraySize; i++)
70
- if (entries[i].second == value)
71
- return &entries[i].first;
72
-
73
- TEnumNotFoundException exc;
74
- exc << "Value '" << int(value) << "' not found in enum. Valid values are: ";
75
- for (size_t i = 0; i < arraySize; i++)
76
- exc << (i ? ", " : "") << int(entries[i].second);
77
- exc << ". ";
78
- ythrow exc;
79
- }
80
-
81
- ///////////////////////////////////
82
-
83
- template <class B>
84
- inline void SetEnumFlagsForEmptySpec(B& flags, bool allIfEmpty) {
85
- if (allIfEmpty) {
86
- flags.set();
87
- } else {
88
- flags.reset();
89
- }
90
- }
91
-
92
- // all set by default
93
- template <class E, size_t N, size_t B>
94
- inline void SetEnumFlags(const std::pair<const char*, E> (&str2Enum)[N], TStringBuf optSpec,
95
- std::bitset<B>& flags, bool allIfEmpty = true) {
96
- if (optSpec.empty()) {
97
- SetEnumFlagsForEmptySpec(flags, allIfEmpty);
98
- } else {
99
- flags.reset();
100
- for (const auto& it : StringSplitter(optSpec).Split(',')) {
101
- E e = *EnumFromStringImpl(ToString(it.Token()).data(), str2Enum, N);
102
- flags.set(e);
103
- }
104
- }
105
- }
106
-
107
- template <class E, size_t B>
108
- inline void SetEnumFlags(const std::pair<const char*, E>* str2Enum, TStringBuf optSpec,
109
- std::bitset<B>& flags, const size_t size,
110
- bool allIfEmpty = true) {
111
- if (optSpec.empty()) {
112
- SetEnumFlagsForEmptySpec(flags, allIfEmpty);
113
- } else {
114
- flags.reset();
115
- for (const auto& it : StringSplitter(optSpec).Split(',')) {
116
- E e = *EnumFromStringImpl(ToString(it.Token()).data(), str2Enum, size);
117
- flags.set(e);
118
- }
119
- }
120
- }
121
-
122
- // for enums generated with GENERATE_ENUM_SERIALIZATION
123
- template <class E, size_t B>
124
- inline void SetEnumFlags(TStringBuf optSpec, std::bitset<B>& flags, bool allIfEmpty = true) {
125
- if (optSpec.empty()) {
126
- SetEnumFlagsForEmptySpec(flags, allIfEmpty);
127
- } else {
128
- flags.reset();
129
- for (const auto& it : StringSplitter(optSpec).Split(',')) {
130
- E e;
131
- if (!TryFromString(it.Token(), e))
132
- ythrow yexception() << "Unknown enum value '" << it.Token() << "'";
133
- flags.set((size_t)e);
134
- }
135
- }
136
- }
@@ -1,102 +0,0 @@
1
- #pragma once
2
-
3
- #include <util/generic/ptr.h>
4
- #include <util/generic/vector.h>
5
- #include <util/generic/noncopyable.h>
6
-
7
- template <class T, class D = TDelete>
8
- class THolderVector: public TVector<T*>, public TNonCopyable {
9
- using TBase = TVector<T*>;
10
-
11
- public:
12
- explicit THolderVector(size_t n = 0)
13
- : TBase(n)
14
- {
15
- }
16
-
17
- ~THolderVector() {
18
- Clear();
19
- }
20
-
21
- void Clear() {
22
- for (typename TBase::iterator it = TBase::begin(); it != TBase::end(); ++it) {
23
- if (*it)
24
- D::Destroy(*it);
25
- }
26
- TBase::clear();
27
- }
28
-
29
- size_t Size() const {
30
- return TBase::size();
31
- }
32
-
33
- // TVector takes ownership of T
34
- void PushBack(T* t) {
35
- try {
36
- TBase::push_back(t);
37
- } catch (...) {
38
- if (t)
39
- D::Destroy(t);
40
- throw;
41
- }
42
- }
43
-
44
- void PushBack(std::unique_ptr<T> t) {
45
- PushBack(t.release());
46
- }
47
-
48
- void PushBack(THolder<T> t) {
49
- PushBack(t.Release());
50
- }
51
-
52
- void Reset(size_t i, THolder<T> t) {
53
- T* current = (*this)[i];
54
- if (current) {
55
- Y_ASSERT(current != t.Get());
56
- D::Destroy(current);
57
- }
58
- (*this)[i] = t.Release();
59
- }
60
-
61
- void PopBack() {
62
- if (size()) {
63
- D::Destroy(back());
64
- TBase::pop_back();
65
- }
66
- }
67
-
68
- T* Release(size_t i) {
69
- T* t = (*this)[i];
70
- (*this)[i] = nullptr;
71
- return t;
72
- }
73
-
74
- void Resize(size_t newSize) {
75
- for (size_t i = newSize; i < size(); ++i) {
76
- D::Destroy((*this)[i]);
77
- }
78
- TBase::resize(newSize);
79
- }
80
-
81
- void Swap(THolderVector& other) {
82
- TBase::swap(other);
83
- }
84
-
85
- using TBase::operator[];
86
- using TBase::operator bool;
87
- using TBase::at;
88
- using TBase::back;
89
- using TBase::begin;
90
- using TBase::capacity;
91
- using TBase::empty;
92
- using TBase::end;
93
- using TBase::front;
94
- using TBase::reserve;
95
- using TBase::size;
96
-
97
- using typename TBase::const_iterator;
98
- using typename TBase::const_reverse_iterator;
99
- using typename TBase::iterator;
100
- using typename TBase::reverse_iterator;
101
- using typename TBase::value_type;
102
- };