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.
- package/DEPLOYMENT.md +22 -15
- package/README.md +37 -27
- package/binding.gyp +5 -7
- package/build_scripts/bootstrap.js +2 -1
- package/build_scripts/out/build.js +46 -68
- package/build_scripts/out/build_model.js +1 -1
- package/build_scripts/out/{build_ya.js → build_native.js} +1 -1
- package/build_scripts/out/ci.js +5 -5
- package/build_scripts/out/config.js +32 -18
- package/build_scripts/out/install.js +5 -3
- package/build_scripts/out/package_prepublish.js +1 -1
- package/build_scripts/out/packaging.js +1 -19
- package/build_scripts/out/run_tests.js +1 -1
- package/build_scripts/out/test.js +8 -3
- package/config.json +18 -11
- package/inc/catboost/libs/model_interface/c_api.h +349 -3
- package/lib/catboost.d.ts +65 -21
- package/package.json +4 -4
- package/src/api_helpers.cpp +100 -24
- package/src/api_helpers.h +8 -7
- package/src/api_module.cpp +1 -2
- package/src/model.cpp +483 -83
- package/src/model.h +24 -9
- package/inc/contrib/libs/cxxsupp/system_stl/include/stlfwd +0 -14
- package/inc/util/charset/recode_result.h +0 -9
- package/inc/util/charset/unicode_table.h +0 -123
- package/inc/util/charset/unidata.h +0 -421
- package/inc/util/charset/utf8.h +0 -384
- package/inc/util/charset/wide.h +0 -843
- package/inc/util/charset/wide_specific.h +0 -22
- package/inc/util/datetime/base.h +0 -669
- package/inc/util/datetime/constants.h +0 -7
- package/inc/util/datetime/cputimer.h +0 -124
- package/inc/util/datetime/parser.h +0 -292
- package/inc/util/datetime/systime.h +0 -47
- package/inc/util/datetime/uptime.h +0 -8
- package/inc/util/digest/city.h +0 -88
- package/inc/util/digest/fnv.h +0 -73
- package/inc/util/digest/multi.h +0 -14
- package/inc/util/digest/murmur.h +0 -57
- package/inc/util/digest/numeric.h +0 -86
- package/inc/util/digest/sequence.h +0 -48
- package/inc/util/draft/date.h +0 -129
- package/inc/util/draft/datetime.h +0 -184
- package/inc/util/draft/enum.h +0 -136
- package/inc/util/draft/holder_vector.h +0 -102
- package/inc/util/draft/ip.h +0 -131
- package/inc/util/draft/matrix.h +0 -108
- package/inc/util/draft/memory.h +0 -40
- package/inc/util/folder/dirent_win.h +0 -46
- package/inc/util/folder/dirut.h +0 -121
- package/inc/util/folder/filelist.h +0 -81
- package/inc/util/folder/fts.h +0 -108
- package/inc/util/folder/iterator.h +0 -109
- package/inc/util/folder/lstat_win.h +0 -20
- package/inc/util/folder/path.h +0 -225
- package/inc/util/folder/pathsplit.h +0 -113
- package/inc/util/folder/tempdir.h +0 -42
- package/inc/util/generic/adaptor.h +0 -134
- package/inc/util/generic/algorithm.h +0 -765
- package/inc/util/generic/array_ref.h +0 -282
- package/inc/util/generic/array_size.h +0 -24
- package/inc/util/generic/benchmark/vector_count_ctor/f.h +0 -9
- package/inc/util/generic/bitmap.h +0 -1115
- package/inc/util/generic/bitops.h +0 -459
- package/inc/util/generic/bt_exception.h +0 -24
- package/inc/util/generic/buffer.h +0 -232
- package/inc/util/generic/cast.h +0 -176
- package/inc/util/generic/deque.h +0 -24
- package/inc/util/generic/explicit_type.h +0 -42
- package/inc/util/generic/fastqueue.h +0 -55
- package/inc/util/generic/flags.h +0 -244
- package/inc/util/generic/function.h +0 -103
- package/inc/util/generic/fwd.h +0 -171
- package/inc/util/generic/guid.h +0 -61
- package/inc/util/generic/hash.h +0 -2032
- package/inc/util/generic/hash_primes.h +0 -140
- package/inc/util/generic/hash_set.h +0 -490
- package/inc/util/generic/hide_ptr.h +0 -3
- package/inc/util/generic/intrlist.h +0 -876
- package/inc/util/generic/is_in.h +0 -53
- package/inc/util/generic/iterator.h +0 -137
- package/inc/util/generic/iterator_range.h +0 -105
- package/inc/util/generic/lazy_value.h +0 -66
- package/inc/util/generic/list.h +0 -22
- package/inc/util/generic/map.h +0 -44
- package/inc/util/generic/mapfindptr.h +0 -60
- package/inc/util/generic/maybe.h +0 -713
- package/inc/util/generic/maybe_traits.h +0 -164
- package/inc/util/generic/mem_copy.h +0 -55
- package/inc/util/generic/noncopyable.h +0 -38
- package/inc/util/generic/object_counter.h +0 -53
- package/inc/util/generic/ptr.h +0 -1113
- package/inc/util/generic/queue.h +0 -57
- package/inc/util/generic/refcount.h +0 -162
- package/inc/util/generic/reserve.h +0 -11
- package/inc/util/generic/scope.h +0 -65
- package/inc/util/generic/serialized_enum.h +0 -406
- package/inc/util/generic/set.h +0 -42
- package/inc/util/generic/singleton.h +0 -136
- package/inc/util/generic/size_literals.h +0 -65
- package/inc/util/generic/stack.h +0 -18
- package/inc/util/generic/store_policy.h +0 -120
- package/inc/util/generic/strbase.h +0 -612
- package/inc/util/generic/strbuf.h +0 -552
- package/inc/util/generic/strfcpy.h +0 -17
- package/inc/util/generic/string.h +0 -1572
- package/inc/util/generic/string_hash.h +0 -21
- package/inc/util/generic/string_ut.h +0 -1175
- package/inc/util/generic/type_name.h +0 -34
- package/inc/util/generic/typelist.h +0 -114
- package/inc/util/generic/typetraits.h +0 -325
- package/inc/util/generic/utility.h +0 -132
- package/inc/util/generic/va_args.h +0 -400
- package/inc/util/generic/variant.h +0 -631
- package/inc/util/generic/variant_traits.h +0 -171
- package/inc/util/generic/vector.h +0 -119
- package/inc/util/generic/xrange.h +0 -258
- package/inc/util/generic/yexception.h +0 -212
- package/inc/util/generic/yexception_ut.h +0 -14
- package/inc/util/generic/ylimits.h +0 -92
- package/inc/util/generic/ymath.h +0 -206
- package/inc/util/memory/addstorage.h +0 -93
- package/inc/util/memory/alloc.h +0 -27
- package/inc/util/memory/blob.h +0 -296
- package/inc/util/memory/mmapalloc.h +0 -8
- package/inc/util/memory/pool.h +0 -432
- package/inc/util/memory/segmented_string_pool.h +0 -194
- package/inc/util/memory/segpool_alloc.h +0 -118
- package/inc/util/memory/smallobj.h +0 -141
- package/inc/util/memory/tempbuf.h +0 -111
- package/inc/util/network/address.h +0 -136
- package/inc/util/network/endpoint.h +0 -61
- package/inc/util/network/hostip.h +0 -16
- package/inc/util/network/init.h +0 -60
- package/inc/util/network/interface.h +0 -17
- package/inc/util/network/iovec.h +0 -65
- package/inc/util/network/ip.h +0 -116
- package/inc/util/network/nonblock.h +0 -8
- package/inc/util/network/pair.h +0 -9
- package/inc/util/network/poller.h +0 -58
- package/inc/util/network/pollerimpl.h +0 -707
- package/inc/util/network/sock.h +0 -608
- package/inc/util/network/socket.h +0 -421
- package/inc/util/random/common_ops.h +0 -130
- package/inc/util/random/easy.h +0 -47
- package/inc/util/random/entropy.h +0 -21
- package/inc/util/random/fast.h +0 -101
- package/inc/util/random/init_atfork.h +0 -3
- package/inc/util/random/lcg_engine.h +0 -66
- package/inc/util/random/mersenne.h +0 -46
- package/inc/util/random/mersenne32.h +0 -50
- package/inc/util/random/mersenne64.h +0 -50
- package/inc/util/random/normal.h +0 -38
- package/inc/util/random/random.h +0 -30
- package/inc/util/random/shuffle.h +0 -39
- package/inc/util/str_stl.h +0 -266
- package/inc/util/stream/aligned.h +0 -99
- package/inc/util/stream/buffer.h +0 -119
- package/inc/util/stream/buffered.h +0 -225
- package/inc/util/stream/debug.h +0 -53
- package/inc/util/stream/direct_io.h +0 -43
- package/inc/util/stream/file.h +0 -108
- package/inc/util/stream/format.h +0 -444
- package/inc/util/stream/fwd.h +0 -100
- package/inc/util/stream/hex.h +0 -8
- package/inc/util/stream/holder.h +0 -44
- package/inc/util/stream/input.h +0 -273
- package/inc/util/stream/labeled.h +0 -19
- package/inc/util/stream/length.h +0 -100
- package/inc/util/stream/mem.h +0 -255
- package/inc/util/stream/multi.h +0 -32
- package/inc/util/stream/null.h +0 -61
- package/inc/util/stream/output.h +0 -304
- package/inc/util/stream/pipe.h +0 -112
- package/inc/util/stream/printf.h +0 -25
- package/inc/util/stream/str.h +0 -207
- package/inc/util/stream/tee.h +0 -28
- package/inc/util/stream/tempbuf.h +0 -21
- package/inc/util/stream/tokenizer.h +0 -214
- package/inc/util/stream/trace.h +0 -60
- package/inc/util/stream/walk.h +0 -35
- package/inc/util/stream/zerocopy.h +0 -91
- package/inc/util/stream/zerocopy_output.h +0 -57
- package/inc/util/stream/zlib.h +0 -173
- package/inc/util/string/ascii.h +0 -236
- package/inc/util/string/builder.h +0 -39
- package/inc/util/string/cast.h +0 -347
- package/inc/util/string/cstriter.h +0 -14
- package/inc/util/string/escape.h +0 -70
- package/inc/util/string/hex.h +0 -59
- package/inc/util/string/join.h +0 -194
- package/inc/util/string/printf.h +0 -13
- package/inc/util/string/reverse.h +0 -16
- package/inc/util/string/split.h +0 -1080
- package/inc/util/string/strip.h +0 -257
- package/inc/util/string/strspn.h +0 -65
- package/inc/util/string/subst.h +0 -56
- package/inc/util/string/type.h +0 -50
- package/inc/util/string/util.h +0 -195
- package/inc/util/string/vector.h +0 -132
- package/inc/util/system/align.h +0 -50
- package/inc/util/system/atexit.h +0 -22
- package/inc/util/system/atomic.h +0 -51
- package/inc/util/system/atomic_gcc.h +0 -90
- package/inc/util/system/atomic_ops.h +0 -189
- package/inc/util/system/atomic_win.h +0 -114
- package/inc/util/system/backtrace.h +0 -39
- package/inc/util/system/byteorder.h +0 -186
- package/inc/util/system/compat.h +0 -84
- package/inc/util/system/compiler.h +0 -620
- package/inc/util/system/condvar.h +0 -71
- package/inc/util/system/context.h +0 -181
- package/inc/util/system/context_aarch64.h +0 -8
- package/inc/util/system/context_i686.h +0 -9
- package/inc/util/system/context_x86.h +0 -12
- package/inc/util/system/context_x86_64.h +0 -7
- package/inc/util/system/cpu_id.h +0 -159
- package/inc/util/system/daemon.h +0 -28
- package/inc/util/system/datetime.h +0 -98
- package/inc/util/system/defaults.h +0 -149
- package/inc/util/system/demangle.h +0 -5
- package/inc/util/system/demangle_impl.h +0 -23
- package/inc/util/system/direct_io.h +0 -71
- package/inc/util/system/dynlib.h +0 -119
- package/inc/util/system/env.h +0 -32
- package/inc/util/system/error.h +0 -95
- package/inc/util/system/event.h +0 -122
- package/inc/util/system/execpath.h +0 -17
- package/inc/util/system/fasttime.h +0 -6
- package/inc/util/system/fhandle.h +0 -27
- package/inc/util/system/file.h +0 -210
- package/inc/util/system/file_lock.h +0 -34
- package/inc/util/system/filemap.h +0 -383
- package/inc/util/system/flock.h +0 -35
- package/inc/util/system/fs.h +0 -156
- package/inc/util/system/fs_win.h +0 -29
- package/inc/util/system/fstat.h +0 -46
- package/inc/util/system/getpid.h +0 -12
- package/inc/util/system/guard.h +0 -179
- package/inc/util/system/hi_lo.h +0 -139
- package/inc/util/system/hostname.h +0 -10
- package/inc/util/system/hp_timer.h +0 -36
- package/inc/util/system/info.h +0 -12
- package/inc/util/system/interrupt_signals.h +0 -22
- package/inc/util/system/madvise.h +0 -30
- package/inc/util/system/maxlen.h +0 -32
- package/inc/util/system/mem_info.h +0 -18
- package/inc/util/system/mincore.h +0 -38
- package/inc/util/system/mktemp.h +0 -11
- package/inc/util/system/mlock.h +0 -43
- package/inc/util/system/mutex.h +0 -67
- package/inc/util/system/nice.h +0 -3
- package/inc/util/system/pipe.h +0 -90
- package/inc/util/system/platform.h +0 -246
- package/inc/util/system/progname.h +0 -13
- package/inc/util/system/protect.h +0 -25
- package/inc/util/system/rusage.h +0 -26
- package/inc/util/system/rwlock.h +0 -78
- package/inc/util/system/sanitizers.h +0 -122
- package/inc/util/system/sem.h +0 -41
- package/inc/util/system/shellcommand.h +0 -472
- package/inc/util/system/shmat.h +0 -32
- package/inc/util/system/sigset.h +0 -78
- package/inc/util/system/spin_wait.h +0 -10
- package/inc/util/system/spinlock.h +0 -121
- package/inc/util/system/src_location.h +0 -25
- package/inc/util/system/src_root.h +0 -68
- package/inc/util/system/sys_alloc.h +0 -43
- package/inc/util/system/sysstat.h +0 -52
- package/inc/util/system/tempfile.h +0 -34
- package/inc/util/system/thread.h +0 -167
- package/inc/util/system/tls.h +0 -307
- package/inc/util/system/types.h +0 -119
- package/inc/util/system/unaligned_mem.h +0 -67
- package/inc/util/system/user.h +0 -5
- package/inc/util/system/utime.h +0 -6
- package/inc/util/system/valgrind.h +0 -48
- package/inc/util/system/winint.h +0 -43
- package/inc/util/system/yassert.h +0 -121
- package/inc/util/system/yield.h +0 -4
- package/inc/util/thread/factory.h +0 -65
- package/inc/util/thread/fwd.h +0 -30
- package/inc/util/thread/lfqueue.h +0 -406
- package/inc/util/thread/lfstack.h +0 -188
- package/inc/util/thread/pool.h +0 -388
- package/inc/util/thread/singleton.h +0 -42
- package/inc/util/ysafeptr.h +0 -427
- package/inc/util/ysaveload.h +0 -700
package/inc/util/generic/set.h
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include "fwd.h"
|
|
4
|
-
|
|
5
|
-
#include <util/str_stl.h>
|
|
6
|
-
#include <util/memory/alloc.h>
|
|
7
|
-
|
|
8
|
-
#include <initializer_list>
|
|
9
|
-
#include <memory>
|
|
10
|
-
#include <set>
|
|
11
|
-
|
|
12
|
-
template <class K, class L, class A>
|
|
13
|
-
class TSet: public std::set<K, L, TReboundAllocator<A, K>> {
|
|
14
|
-
public:
|
|
15
|
-
using TBase = std::set<K, L, TReboundAllocator<A, K>>;
|
|
16
|
-
using TBase::TBase;
|
|
17
|
-
|
|
18
|
-
inline explicit operator bool() const noexcept {
|
|
19
|
-
return !this->empty();
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
template <class TheKey>
|
|
23
|
-
inline bool contains(const TheKey& key) const {
|
|
24
|
-
return this->find(key) != this->end();
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
template <class K, class L, class A>
|
|
29
|
-
class TMultiSet: public std::multiset<K, L, TReboundAllocator<A, K>> {
|
|
30
|
-
public:
|
|
31
|
-
using TBase = std::multiset<K, L, TReboundAllocator<A, K>>;
|
|
32
|
-
using TBase::TBase;
|
|
33
|
-
|
|
34
|
-
inline explicit operator bool() const noexcept {
|
|
35
|
-
return !this->empty();
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
template <class TheKey>
|
|
39
|
-
inline bool contains(const TheKey& key) const {
|
|
40
|
-
return this->find(key) != this->end();
|
|
41
|
-
}
|
|
42
|
-
};
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/system/atexit.h>
|
|
4
|
-
#include <util/system/atomic.h>
|
|
5
|
-
|
|
6
|
-
#include <new>
|
|
7
|
-
#include <utility>
|
|
8
|
-
|
|
9
|
-
template <class T>
|
|
10
|
-
struct TSingletonTraits {
|
|
11
|
-
static constexpr size_t Priority = 65536;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
namespace NPrivate {
|
|
15
|
-
void FillWithTrash(void* ptr, size_t len);
|
|
16
|
-
|
|
17
|
-
void LockRecursive(TAtomic& lock) noexcept;
|
|
18
|
-
void UnlockRecursive(TAtomic& lock) noexcept;
|
|
19
|
-
|
|
20
|
-
template <class T>
|
|
21
|
-
void Destroyer(void* ptr) {
|
|
22
|
-
((T*)ptr)->~T();
|
|
23
|
-
FillWithTrash(ptr, sizeof(T));
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
template <class T, size_t P, class... TArgs>
|
|
27
|
-
Y_NO_INLINE T* SingletonBase(T*& ptr, TArgs&&... args) {
|
|
28
|
-
alignas(T) static char buf[sizeof(T)];
|
|
29
|
-
static TAtomic lock;
|
|
30
|
-
|
|
31
|
-
LockRecursive(lock);
|
|
32
|
-
|
|
33
|
-
auto ret = AtomicGet(ptr);
|
|
34
|
-
|
|
35
|
-
try {
|
|
36
|
-
if (!ret) {
|
|
37
|
-
ret = ::new (buf) T(std::forward<TArgs>(args)...);
|
|
38
|
-
|
|
39
|
-
try {
|
|
40
|
-
AtExit(Destroyer<T>, ret, P);
|
|
41
|
-
} catch (...) {
|
|
42
|
-
Destroyer<T>(ret);
|
|
43
|
-
|
|
44
|
-
throw;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
AtomicSet(ptr, ret);
|
|
48
|
-
}
|
|
49
|
-
} catch (...) {
|
|
50
|
-
UnlockRecursive(lock);
|
|
51
|
-
|
|
52
|
-
throw;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
UnlockRecursive(lock);
|
|
56
|
-
|
|
57
|
-
return ret;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
template <class T, size_t P, class... TArgs>
|
|
61
|
-
T* SingletonInt(TArgs&&... args) {
|
|
62
|
-
static_assert(sizeof(T) < 32000, "use HugeSingleton instead");
|
|
63
|
-
|
|
64
|
-
static T* ptr;
|
|
65
|
-
auto ret = AtomicGet(ptr);
|
|
66
|
-
|
|
67
|
-
if (Y_UNLIKELY(!ret)) {
|
|
68
|
-
ret = SingletonBase<T, P>(ptr, std::forward<TArgs>(args)...);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
return ret;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
template <class T>
|
|
75
|
-
class TDefault {
|
|
76
|
-
public:
|
|
77
|
-
template <class... TArgs>
|
|
78
|
-
inline TDefault(TArgs&&... args)
|
|
79
|
-
: T_(std::forward<TArgs>(args)...)
|
|
80
|
-
{
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
inline const T* Get() const noexcept {
|
|
84
|
-
return &T_;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
private:
|
|
88
|
-
T T_;
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
template <class T>
|
|
92
|
-
struct THeapStore {
|
|
93
|
-
template <class... TArgs>
|
|
94
|
-
inline THeapStore(TArgs&&... args)
|
|
95
|
-
: D(new T(std::forward<TArgs>(args)...))
|
|
96
|
-
{
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
inline ~THeapStore() {
|
|
100
|
-
delete D;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
T* D;
|
|
104
|
-
};
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
#define Y_DECLARE_SINGLETON_FRIEND() \
|
|
108
|
-
template <class T, size_t P, class... TArgs> \
|
|
109
|
-
friend T* ::NPrivate::SingletonInt(TArgs&&...); \
|
|
110
|
-
template <class T, size_t P, class... TArgs> \
|
|
111
|
-
friend T* ::NPrivate::SingletonBase(T*&, TArgs&&...);
|
|
112
|
-
|
|
113
|
-
template <class T, class... TArgs>
|
|
114
|
-
T* Singleton(TArgs&&... args) {
|
|
115
|
-
return ::NPrivate::SingletonInt<T, TSingletonTraits<T>::Priority>(std::forward<TArgs>(args)...);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
template <class T, class... TArgs>
|
|
119
|
-
T* HugeSingleton(TArgs&&... args) {
|
|
120
|
-
return Singleton< ::NPrivate::THeapStore<T>>(std::forward<TArgs>(args)...)->D;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
template <class T, size_t P, class... TArgs>
|
|
124
|
-
T* SingletonWithPriority(TArgs&&... args) {
|
|
125
|
-
return ::NPrivate::SingletonInt<T, P>(std::forward<TArgs>(args)...);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
template <class T, size_t P, class... TArgs>
|
|
129
|
-
T* HugeSingletonWithPriority(TArgs&&... args) {
|
|
130
|
-
return SingletonWithPriority< ::NPrivate::THeapStore<T>, P>(std::forward<TArgs>(args)...)->D;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
template <class T>
|
|
134
|
-
const T& Default() {
|
|
135
|
-
return *(::NPrivate::SingletonInt<typename ::NPrivate::TDefault<T>, TSingletonTraits<T>::Priority>()->Get());
|
|
136
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include "yexception.h"
|
|
4
|
-
#include <util/system/types.h>
|
|
5
|
-
#include <limits>
|
|
6
|
-
|
|
7
|
-
// Unsigned literals
|
|
8
|
-
|
|
9
|
-
constexpr ui64 operator"" _KB(unsigned long long value) noexcept {
|
|
10
|
-
return value * 1024;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
constexpr ui64 operator"" _MB(unsigned long long value) noexcept {
|
|
14
|
-
return value * 1024_KB;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
constexpr ui64 operator"" _GB(unsigned long long value) noexcept {
|
|
18
|
-
return value * 1024_MB;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
constexpr ui64 operator"" _TB(unsigned long long value) noexcept {
|
|
22
|
-
return value * 1024_GB;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
constexpr ui64 operator"" _PB(unsigned long long value) noexcept {
|
|
26
|
-
return value * 1024_TB;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
constexpr ui64 operator"" _EB(unsigned long long value) noexcept {
|
|
30
|
-
return value * 1024_PB;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
// Signed literals
|
|
34
|
-
|
|
35
|
-
namespace NPrivate {
|
|
36
|
-
constexpr i64 SignedCast(ui64 value) {
|
|
37
|
-
return value <= static_cast<ui64>(std::numeric_limits<i64>::max())
|
|
38
|
-
? static_cast<i64>(value)
|
|
39
|
-
: ythrow yexception() << "The resulting value " << value << " does not fit into the i64 type";
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
constexpr i64 operator"" _KBs(const unsigned long long value) noexcept {
|
|
44
|
-
return ::NPrivate::SignedCast(value * 1024);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
constexpr i64 operator"" _MBs(unsigned long long value) noexcept {
|
|
48
|
-
return ::NPrivate::SignedCast(value * 1024_KB);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
constexpr i64 operator"" _GBs(unsigned long long value) noexcept {
|
|
52
|
-
return ::NPrivate::SignedCast(value * 1024_MB);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
constexpr i64 operator"" _TBs(unsigned long long value) noexcept {
|
|
56
|
-
return ::NPrivate::SignedCast(value * 1024_GB);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
constexpr i64 operator"" _PBs(unsigned long long value) noexcept {
|
|
60
|
-
return ::NPrivate::SignedCast(value * 1024_TB);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
constexpr i64 operator"" _EBs(unsigned long long value) noexcept {
|
|
64
|
-
return ::NPrivate::SignedCast(value * 1024_PB);
|
|
65
|
-
}
|
package/inc/util/generic/stack.h
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include "fwd.h"
|
|
4
|
-
#include "deque.h"
|
|
5
|
-
|
|
6
|
-
#include <stack>
|
|
7
|
-
|
|
8
|
-
template <class T, class S>
|
|
9
|
-
class TStack: public std::stack<T, S> {
|
|
10
|
-
using TBase = std::stack<T, S>;
|
|
11
|
-
|
|
12
|
-
public:
|
|
13
|
-
using TBase::TBase;
|
|
14
|
-
|
|
15
|
-
inline explicit operator bool() const noexcept {
|
|
16
|
-
return !this->empty();
|
|
17
|
-
}
|
|
18
|
-
};
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <utility>
|
|
4
|
-
#include "ptr.h"
|
|
5
|
-
|
|
6
|
-
template <class TBase, class TCounter>
|
|
7
|
-
struct TWithRefCount: public TBase, public TRefCounted<TWithRefCount<TBase, TCounter>, TCounter> {
|
|
8
|
-
template <typename... Args>
|
|
9
|
-
inline TWithRefCount(Args&&... args)
|
|
10
|
-
: TBase(std::forward<Args>(args)...)
|
|
11
|
-
{
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
template <class T>
|
|
16
|
-
struct TPtrPolicy {
|
|
17
|
-
inline TPtrPolicy(T* t)
|
|
18
|
-
: T_(t)
|
|
19
|
-
{
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
inline T* Ptr() noexcept {
|
|
23
|
-
return T_;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
inline const T* Ptr() const noexcept {
|
|
27
|
-
return T_;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
T* T_;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
template <class T>
|
|
34
|
-
struct TEmbedPolicy {
|
|
35
|
-
template <typename... Args>
|
|
36
|
-
inline TEmbedPolicy(Args&&... args)
|
|
37
|
-
: T_(std::forward<Args>(args)...)
|
|
38
|
-
{
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
inline T* Ptr() noexcept {
|
|
42
|
-
return &T_;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
inline const T* Ptr() const noexcept {
|
|
46
|
-
return &T_;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
T T_;
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
template <class T, class TCounter>
|
|
53
|
-
struct TRefPolicy {
|
|
54
|
-
using THelper = TWithRefCount<T, TCounter>;
|
|
55
|
-
|
|
56
|
-
template <typename... Args>
|
|
57
|
-
inline TRefPolicy(Args&&... args)
|
|
58
|
-
: T_(new THelper(std::forward<Args>(args)...))
|
|
59
|
-
{
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
inline T* Ptr() noexcept {
|
|
63
|
-
return T_.Get();
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
inline const T* Ptr() const noexcept {
|
|
67
|
-
return T_.Get();
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
TIntrusivePtr<THelper> T_;
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* Storage class that can be handy for implementing proxies / adaptors that can
|
|
75
|
-
* accept both lvalues and rvalues. In the latter case it's often required to
|
|
76
|
-
* extend the lifetime of the passed rvalue, and the only option is to store it
|
|
77
|
-
* in your proxy / adaptor.
|
|
78
|
-
*
|
|
79
|
-
* Example usage:
|
|
80
|
-
* \code
|
|
81
|
-
* template<class T>
|
|
82
|
-
* struct TProxy {
|
|
83
|
-
* TAutoEmbedOrPtrPolicy<T> Value_;
|
|
84
|
-
* // Your proxy code...
|
|
85
|
-
* };
|
|
86
|
-
*
|
|
87
|
-
* template<class T>
|
|
88
|
-
* TProxy<T> MakeProxy(T&& value) {
|
|
89
|
-
* // Rvalues are automagically moved-from, and stored inside the proxy.
|
|
90
|
-
* return {std::forward<T>(value)};
|
|
91
|
-
* }
|
|
92
|
-
* \endcode
|
|
93
|
-
*
|
|
94
|
-
* Look at `Reversed` in `adaptor.h` for real example.
|
|
95
|
-
*/
|
|
96
|
-
template <class T, bool IsReference = std::is_reference<T>::value>
|
|
97
|
-
struct TAutoEmbedOrPtrPolicy: TPtrPolicy<std::remove_reference_t<T>> {
|
|
98
|
-
using TBase = TPtrPolicy<std::remove_reference_t<T>>;
|
|
99
|
-
|
|
100
|
-
TAutoEmbedOrPtrPolicy(T& reference)
|
|
101
|
-
: TBase(&reference)
|
|
102
|
-
{
|
|
103
|
-
}
|
|
104
|
-
};
|
|
105
|
-
|
|
106
|
-
template <class T>
|
|
107
|
-
struct TAutoEmbedOrPtrPolicy<T, false> : TEmbedPolicy<T> {
|
|
108
|
-
using TBase = TEmbedPolicy<T>;
|
|
109
|
-
|
|
110
|
-
TAutoEmbedOrPtrPolicy(T&& object)
|
|
111
|
-
: TBase(std::move(object))
|
|
112
|
-
{
|
|
113
|
-
}
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
template <class T>
|
|
117
|
-
using TAtomicRefPolicy = TRefPolicy<T, TAtomicCounter>;
|
|
118
|
-
|
|
119
|
-
template <class T>
|
|
120
|
-
using TSimpleRefPolicy = TRefPolicy<T, TSimpleCounter>;
|