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/thread/pool.h
DELETED
|
@@ -1,388 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include "fwd.h"
|
|
4
|
-
#include "factory.h"
|
|
5
|
-
|
|
6
|
-
#include <util/system/yassert.h>
|
|
7
|
-
#include <util/system/defaults.h>
|
|
8
|
-
#include <util/generic/yexception.h>
|
|
9
|
-
#include <util/generic/ptr.h>
|
|
10
|
-
#include <util/generic/noncopyable.h>
|
|
11
|
-
#include <functional>
|
|
12
|
-
|
|
13
|
-
class TDuration;
|
|
14
|
-
|
|
15
|
-
struct IObjectInQueue {
|
|
16
|
-
virtual ~IObjectInQueue() = default;
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Supposed to be implemented by user, to define jobs processed
|
|
20
|
-
* in multiple threads.
|
|
21
|
-
*
|
|
22
|
-
* @param threadSpecificResource is nullptr by default. But if you override
|
|
23
|
-
* IThreadPool::CreateThreadSpecificResource, then result of
|
|
24
|
-
* IThreadPool::CreateThreadSpecificResource is passed as threadSpecificResource
|
|
25
|
-
* parameter.
|
|
26
|
-
*/
|
|
27
|
-
virtual void Process(void* threadSpecificResource) = 0;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Mighty class to add 'Pool' method to derived classes.
|
|
32
|
-
* Useful only for creators of new queue classes.
|
|
33
|
-
*/
|
|
34
|
-
class TThreadFactoryHolder {
|
|
35
|
-
public:
|
|
36
|
-
TThreadFactoryHolder() noexcept;
|
|
37
|
-
|
|
38
|
-
inline TThreadFactoryHolder(IThreadFactory* pool) noexcept
|
|
39
|
-
: Pool_(pool)
|
|
40
|
-
{
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
inline ~TThreadFactoryHolder() = default;
|
|
44
|
-
|
|
45
|
-
inline IThreadFactory* Pool() const noexcept {
|
|
46
|
-
return Pool_;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
private:
|
|
50
|
-
IThreadFactory* Pool_;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
class TThreadPoolException: public yexception {
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
template<class T>
|
|
57
|
-
class TThrFuncObj : public IObjectInQueue {
|
|
58
|
-
public:
|
|
59
|
-
TThrFuncObj(const T& func)
|
|
60
|
-
: Func(func) {
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
TThrFuncObj(T&& func)
|
|
64
|
-
: Func(std::move(func)) {
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
void Process(void*) override {
|
|
68
|
-
THolder<TThrFuncObj> self(this);
|
|
69
|
-
Func();
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
private:
|
|
73
|
-
T Func;
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
template<class T>
|
|
77
|
-
IObjectInQueue* MakeThrFuncObj(T&& func) {
|
|
78
|
-
return new TThrFuncObj<std::remove_cv_t<std::remove_reference_t<T>>>(std::forward<T>(func));
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
struct TThreadPoolParams {
|
|
82
|
-
bool Catching_ = true;
|
|
83
|
-
bool Blocking_ = false;
|
|
84
|
-
IThreadFactory* Factory_ = SystemThreadFactory();
|
|
85
|
-
TString ThreadName_;
|
|
86
|
-
bool EnumerateThreads_ = false;
|
|
87
|
-
|
|
88
|
-
using TSelf = TThreadPoolParams;
|
|
89
|
-
|
|
90
|
-
TThreadPoolParams() {
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
TThreadPoolParams(IThreadFactory* factory)
|
|
94
|
-
: Factory_(factory)
|
|
95
|
-
{
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
TThreadPoolParams(const TString& name) {
|
|
99
|
-
SetThreadName(name);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
TThreadPoolParams(const char* name) {
|
|
103
|
-
SetThreadName(name);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
TSelf& SetCatching(bool val) {
|
|
107
|
-
Catching_ = val;
|
|
108
|
-
return *this;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
TSelf& SetBlocking(bool val) {
|
|
112
|
-
Blocking_ = val;
|
|
113
|
-
return *this;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
TSelf& SetFactory(IThreadFactory* factory) {
|
|
117
|
-
Factory_ = factory;
|
|
118
|
-
return *this;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
TSelf& SetThreadName(const TString& name) {
|
|
122
|
-
ThreadName_ = name;
|
|
123
|
-
EnumerateThreads_ = false;
|
|
124
|
-
return *this;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
TSelf& SetThreadNamePrefix(const TString& prefix) {
|
|
128
|
-
ThreadName_ = prefix;
|
|
129
|
-
EnumerateThreads_ = true;
|
|
130
|
-
return *this;
|
|
131
|
-
}
|
|
132
|
-
};
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* A queue processed simultaneously by several threads
|
|
136
|
-
*/
|
|
137
|
-
class IThreadPool: public IThreadFactory, public TNonCopyable {
|
|
138
|
-
public:
|
|
139
|
-
using TParams = TThreadPoolParams;
|
|
140
|
-
|
|
141
|
-
~IThreadPool() override = default;
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
* Safe versions of Add*() functions. Behave exactly like as non-safe
|
|
145
|
-
* version of Add*(), but use exceptions instead returning false
|
|
146
|
-
*/
|
|
147
|
-
void SafeAdd(IObjectInQueue* obj);
|
|
148
|
-
|
|
149
|
-
template<class T>
|
|
150
|
-
void SafeAddFunc(T&& func) {
|
|
151
|
-
Y_ENSURE_EX(AddFunc(std::forward<T>(func)), TThreadPoolException() << TStringBuf("can not add function to queue"));
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
void SafeAddAndOwn(THolder<IObjectInQueue> obj);
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
* Add object to queue, run ojb->Proccess in other threads.
|
|
158
|
-
* Obj is not deleted after execution
|
|
159
|
-
* @return true of obj is successfully added to queue
|
|
160
|
-
* @return false if queue is full or shutting down
|
|
161
|
-
*/
|
|
162
|
-
virtual bool Add(IObjectInQueue* obj) Y_WARN_UNUSED_RESULT = 0;
|
|
163
|
-
|
|
164
|
-
template<class T>
|
|
165
|
-
Y_WARN_UNUSED_RESULT bool AddFunc(T&& func) {
|
|
166
|
-
THolder<IObjectInQueue> wrapper(MakeThrFuncObj(std::forward<T>(func)));
|
|
167
|
-
bool added = Add(wrapper.Get());
|
|
168
|
-
if (added) {
|
|
169
|
-
Y_UNUSED(wrapper.Release());
|
|
170
|
-
}
|
|
171
|
-
return added;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
bool AddAndOwn(THolder<IObjectInQueue> obj) Y_WARN_UNUSED_RESULT;
|
|
175
|
-
virtual void Start(size_t threadCount, size_t queueSizeLimit = 0) = 0;
|
|
176
|
-
/** Wait for completion of all scheduled objects, and then exit */
|
|
177
|
-
virtual void Stop() noexcept = 0;
|
|
178
|
-
/** Number of tasks currently in queue */
|
|
179
|
-
virtual size_t Size() const noexcept = 0;
|
|
180
|
-
|
|
181
|
-
public:
|
|
182
|
-
/**
|
|
183
|
-
* RAII wrapper for Create/DestroyThreadSpecificResource.
|
|
184
|
-
* Useful only for implementers of new IThreadPool queues.
|
|
185
|
-
*/
|
|
186
|
-
class TTsr {
|
|
187
|
-
public:
|
|
188
|
-
inline TTsr(IThreadPool* q)
|
|
189
|
-
: Q_(q)
|
|
190
|
-
, Data_(Q_->CreateThreadSpecificResource())
|
|
191
|
-
{
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
inline ~TTsr() {
|
|
195
|
-
try {
|
|
196
|
-
Q_->DestroyThreadSpecificResource(Data_);
|
|
197
|
-
} catch (...) {
|
|
198
|
-
// ¯\_(ツ)_/¯
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
inline operator void*() noexcept {
|
|
203
|
-
return Data_;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
private:
|
|
207
|
-
IThreadPool* Q_;
|
|
208
|
-
void* Data_;
|
|
209
|
-
};
|
|
210
|
-
|
|
211
|
-
/**
|
|
212
|
-
* CreateThreadSpecificResource and DestroyThreadSpecificResource
|
|
213
|
-
* called from internals of (TAdaptiveThreadPool, TThreadPool, ...) implementation,
|
|
214
|
-
* not by user of IThreadPool interface.
|
|
215
|
-
* Created resource is passed to IObjectInQueue::Proccess function.
|
|
216
|
-
*/
|
|
217
|
-
virtual void* CreateThreadSpecificResource() {
|
|
218
|
-
return nullptr;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
virtual void DestroyThreadSpecificResource(void* resource) {
|
|
222
|
-
if (resource != nullptr) {
|
|
223
|
-
Y_ASSERT(resource == nullptr);
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
private:
|
|
228
|
-
IThread* DoCreate() override;
|
|
229
|
-
};
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
* Single-threaded implementation of IThreadPool, process tasks in same thread when
|
|
233
|
-
* added.
|
|
234
|
-
* Can be used to remove multithreading.
|
|
235
|
-
*/
|
|
236
|
-
class TFakeThreadPool: public IThreadPool {
|
|
237
|
-
public:
|
|
238
|
-
bool Add(IObjectInQueue* pObj) override Y_WARN_UNUSED_RESULT {
|
|
239
|
-
TTsr tsr(this);
|
|
240
|
-
pObj->Process(tsr);
|
|
241
|
-
|
|
242
|
-
return true;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
void Start(size_t, size_t = 0) override {
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
void Stop() noexcept override {
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
size_t Size() const noexcept override {
|
|
252
|
-
return 0;
|
|
253
|
-
}
|
|
254
|
-
};
|
|
255
|
-
|
|
256
|
-
class TThreadPoolBase: public IThreadPool, public TThreadFactoryHolder {
|
|
257
|
-
public:
|
|
258
|
-
TThreadPoolBase(const TParams& params);
|
|
259
|
-
|
|
260
|
-
protected:
|
|
261
|
-
TParams Params;
|
|
262
|
-
};
|
|
263
|
-
|
|
264
|
-
/** queue processed by fixed size thread pool */
|
|
265
|
-
class TThreadPool: public TThreadPoolBase {
|
|
266
|
-
public:
|
|
267
|
-
TThreadPool(const TParams& params = {});
|
|
268
|
-
~TThreadPool() override;
|
|
269
|
-
|
|
270
|
-
bool Add(IObjectInQueue* obj) override Y_WARN_UNUSED_RESULT;
|
|
271
|
-
/**
|
|
272
|
-
* @param queueSizeLimit means "unlimited" when = 0
|
|
273
|
-
* @param threadCount means "single thread" when = 0
|
|
274
|
-
*/
|
|
275
|
-
void Start(size_t threadCount, size_t queueSizeLimit = 0) override;
|
|
276
|
-
void Stop() noexcept override;
|
|
277
|
-
size_t Size() const noexcept override;
|
|
278
|
-
size_t GetThreadCountExpected() const noexcept;
|
|
279
|
-
size_t GetThreadCountReal() const noexcept;
|
|
280
|
-
size_t GetMaxQueueSize() const noexcept;
|
|
281
|
-
|
|
282
|
-
private:
|
|
283
|
-
class TImpl;
|
|
284
|
-
THolder<TImpl> Impl_;
|
|
285
|
-
};
|
|
286
|
-
|
|
287
|
-
/**
|
|
288
|
-
* Always create new thread for new task, when all existing threads are busy.
|
|
289
|
-
* Maybe dangerous, number of threads is not limited.
|
|
290
|
-
*/
|
|
291
|
-
class TAdaptiveThreadPool: public TThreadPoolBase {
|
|
292
|
-
public:
|
|
293
|
-
TAdaptiveThreadPool(const TParams& params = {});
|
|
294
|
-
~TAdaptiveThreadPool() override;
|
|
295
|
-
|
|
296
|
-
/**
|
|
297
|
-
* If working thread waits task too long (more then interval parameter),
|
|
298
|
-
* then the thread would be killed. Default value - infinity, all created threads
|
|
299
|
-
* waits for new task forever, before Stop.
|
|
300
|
-
*/
|
|
301
|
-
void SetMaxIdleTime(TDuration interval);
|
|
302
|
-
|
|
303
|
-
bool Add(IObjectInQueue* obj) override Y_WARN_UNUSED_RESULT;
|
|
304
|
-
/** @param thrnum, @param maxque are ignored */
|
|
305
|
-
void Start(size_t thrnum = 0, size_t maxque = 0) override;
|
|
306
|
-
void Stop() noexcept override;
|
|
307
|
-
size_t Size() const noexcept override;
|
|
308
|
-
|
|
309
|
-
private:
|
|
310
|
-
class TImpl;
|
|
311
|
-
THolder<TImpl> Impl_;
|
|
312
|
-
};
|
|
313
|
-
|
|
314
|
-
/** Behave like TThreadPool or TAdaptiveThreadPool, choosen by thrnum parameter of Start() */
|
|
315
|
-
class TSimpleThreadPool: public TThreadPoolBase {
|
|
316
|
-
public:
|
|
317
|
-
TSimpleThreadPool(const TParams& params = {});
|
|
318
|
-
~TSimpleThreadPool() override;
|
|
319
|
-
|
|
320
|
-
bool Add(IObjectInQueue* obj) override Y_WARN_UNUSED_RESULT;
|
|
321
|
-
/**
|
|
322
|
-
* @parameter thrnum. If thrnum is 0, use TAdaptiveThreadPool with small
|
|
323
|
-
* SetMaxIdleTime interval parameter. if thrnum is not 0, use non-blocking TThreadPool
|
|
324
|
-
*/
|
|
325
|
-
void Start(size_t thrnum, size_t maxque = 0) override;
|
|
326
|
-
void Stop() noexcept override;
|
|
327
|
-
size_t Size() const noexcept override;
|
|
328
|
-
|
|
329
|
-
private:
|
|
330
|
-
THolder<IThreadPool> Slave_;
|
|
331
|
-
};
|
|
332
|
-
|
|
333
|
-
/**
|
|
334
|
-
* Helper to override virtual functions Create/DestroyThreadSpecificResource
|
|
335
|
-
* from IThreadPool and implement them using functions with same name from
|
|
336
|
-
* pointer to TSlave.
|
|
337
|
-
*/
|
|
338
|
-
template <class TQueueType, class TSlave>
|
|
339
|
-
class TThreadPoolBinder: public TQueueType {
|
|
340
|
-
public:
|
|
341
|
-
inline TThreadPoolBinder(TSlave* slave)
|
|
342
|
-
: Slave_(slave)
|
|
343
|
-
{
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
template <class ...Args>
|
|
347
|
-
inline TThreadPoolBinder(TSlave* slave, Args&& ...args)
|
|
348
|
-
: TQueueType(std::forward<Args>(args)...)
|
|
349
|
-
, Slave_(slave)
|
|
350
|
-
{
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
inline TThreadPoolBinder(TSlave& slave)
|
|
354
|
-
: Slave_(&slave)
|
|
355
|
-
{
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
~TThreadPoolBinder() override {
|
|
359
|
-
try {
|
|
360
|
-
this->Stop();
|
|
361
|
-
} catch (...) {
|
|
362
|
-
// ¯\_(ツ)_/¯
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
void* CreateThreadSpecificResource() override {
|
|
367
|
-
return Slave_->CreateThreadSpecificResource();
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
void DestroyThreadSpecificResource(void* resource) override {
|
|
371
|
-
Slave_->DestroyThreadSpecificResource(resource);
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
private:
|
|
375
|
-
TSlave* Slave_;
|
|
376
|
-
};
|
|
377
|
-
|
|
378
|
-
inline void Delete(THolder<IThreadPool> q) {
|
|
379
|
-
if (q.Get()) {
|
|
380
|
-
q->Stop();
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
/**
|
|
385
|
-
* Creates and starts TThreadPool if threadsCount > 1, or TFakeThreadPool otherwise
|
|
386
|
-
* You could specify blocking and catching modes for TThreadPool only
|
|
387
|
-
*/
|
|
388
|
-
THolder<IThreadPool> CreateThreadPool(size_t threadCount, size_t queueSizeLimit = 0, const IThreadPool::TParams& params = {});
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/system/tls.h>
|
|
4
|
-
#include <util/generic/singleton.h>
|
|
5
|
-
#include <util/generic/ptr.h>
|
|
6
|
-
|
|
7
|
-
namespace NPrivate {
|
|
8
|
-
template <class T, size_t Priority>
|
|
9
|
-
struct TFastThreadSingletonHelper {
|
|
10
|
-
static inline T* GetSlow() {
|
|
11
|
-
return SingletonWithPriority<NTls::TValue<T>, Priority>()->GetPtr();
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
static inline T* Get() {
|
|
15
|
-
#if defined(Y_HAVE_FAST_POD_TLS)
|
|
16
|
-
Y_POD_STATIC_THREAD(T*)
|
|
17
|
-
fast(nullptr);
|
|
18
|
-
|
|
19
|
-
if (Y_UNLIKELY(!fast)) {
|
|
20
|
-
fast = GetSlow();
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
return fast;
|
|
24
|
-
#else
|
|
25
|
-
return GetSlow();
|
|
26
|
-
#endif
|
|
27
|
-
}
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
template <class T, size_t Priority>
|
|
32
|
-
static inline T* FastTlsSingletonWithPriority() {
|
|
33
|
-
return ::NPrivate::TFastThreadSingletonHelper<T, Priority>::Get();
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// NB: the singleton is the same for all modules that use
|
|
37
|
-
// FastTlsSingleton with the same type parameter. If unique singleton
|
|
38
|
-
// required, use unique types.
|
|
39
|
-
template <class T>
|
|
40
|
-
static inline T* FastTlsSingleton() {
|
|
41
|
-
return FastTlsSingletonWithPriority<T, TSingletonTraits<T>::Priority>();
|
|
42
|
-
}
|