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
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include "segmented_string_pool.h"
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
This is a partially implemented allocator class that uses segmented_pool
|
|
7
|
-
as its allocatior base.
|
|
8
|
-
In fact, segpool_alloc can only allocate, it can't deallocate. Therefore,
|
|
9
|
-
it should be used with add-only containers that are just clear()'ed in the
|
|
10
|
-
end of their life cycle.
|
|
11
|
-
|
|
12
|
-
External segmented_pool object must be cleared explicitly after all
|
|
13
|
-
containers use it in their allocator are cleared.
|
|
14
|
-
Single segmented_pool object may be used for several containers.
|
|
15
|
-
|
|
16
|
-
Use segpool_alloc_vt as allocator template parameter for container.
|
|
17
|
-
Example:
|
|
18
|
-
using TSomething = THashMap<A, B, hash<A>, TEqualTo<A>, segpool_alloc_vt>;
|
|
19
|
-
...
|
|
20
|
-
TSomething something;
|
|
21
|
-
something.GetNodeAllocator().pool = &alloc_pool;
|
|
22
|
-
|
|
23
|
-
Some containers may provide no way to access their allocator. In that case,
|
|
24
|
-
if you want to use them with segpool_alloc_vt, you should first either
|
|
25
|
-
hack them, or fix segpool_alloc so that it would create ref-counted
|
|
26
|
-
segmented_pool object on it's own
|
|
27
|
-
|
|
28
|
-
! Only tested with THashMap
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
template <class _Tp>
|
|
32
|
-
struct segpool_alloc {
|
|
33
|
-
using pool_type = segmented_pool<char>;
|
|
34
|
-
pool_type* pool;
|
|
35
|
-
using pointer = _Tp*;
|
|
36
|
-
using const_pointer = const _Tp*;
|
|
37
|
-
using reference = _Tp&;
|
|
38
|
-
using const_reference = const _Tp&;
|
|
39
|
-
using size_type = size_t;
|
|
40
|
-
using difference_type = ptrdiff_t;
|
|
41
|
-
using value_type = _Tp;
|
|
42
|
-
#ifndef NDEBUG
|
|
43
|
-
ui64 pool_count, malloc_count, pool_free_count, malloc_free_count;
|
|
44
|
-
#endif
|
|
45
|
-
segpool_alloc()
|
|
46
|
-
: pool(nullptr)
|
|
47
|
-
{
|
|
48
|
-
Y_IF_DEBUG(pool_count = malloc_count = pool_free_count = malloc_free_count = 0);
|
|
49
|
-
}
|
|
50
|
-
segpool_alloc(pool_type* p)
|
|
51
|
-
: pool(p)
|
|
52
|
-
{
|
|
53
|
-
Y_IF_DEBUG(pool_count = malloc_count = pool_free_count = malloc_free_count = 0);
|
|
54
|
-
}
|
|
55
|
-
segpool_alloc(const segpool_alloc& a)
|
|
56
|
-
: pool(a.pool)
|
|
57
|
-
{
|
|
58
|
-
Y_IF_DEBUG(pool_count = malloc_count = pool_free_count = malloc_free_count = 0);
|
|
59
|
-
}
|
|
60
|
-
template <class _Tp1>
|
|
61
|
-
segpool_alloc(const segpool_alloc<_Tp1>& a)
|
|
62
|
-
: pool(a.pool)
|
|
63
|
-
{
|
|
64
|
-
Y_IF_DEBUG(pool_count = malloc_count = pool_free_count = malloc_free_count = 0);
|
|
65
|
-
}
|
|
66
|
-
_Tp* allocate(size_t __n) {
|
|
67
|
-
if (!pool) {
|
|
68
|
-
_Tp* data = (_Tp*)malloc(__n * sizeof(_Tp));
|
|
69
|
-
Y_IF_DEBUG(if (data) malloc_count++);
|
|
70
|
-
return data;
|
|
71
|
-
}
|
|
72
|
-
_Tp* data = (_Tp*)pool->append(nullptr, __n * sizeof(_Tp));
|
|
73
|
-
Y_IF_DEBUG(pool_count++);
|
|
74
|
-
return data;
|
|
75
|
-
}
|
|
76
|
-
void deallocate(pointer __p, size_t /*__n*/) {
|
|
77
|
-
if (!pool) {
|
|
78
|
-
Y_IF_DEBUG(malloc_free_count++);
|
|
79
|
-
free(__p);
|
|
80
|
-
} else {
|
|
81
|
-
Y_IF_DEBUG(pool_free_count++);
|
|
82
|
-
;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
~segpool_alloc() {
|
|
86
|
-
//assert(pool_count == pool_free_count && malloc_count == malloc_free_count); <- uncomment when swap() problem is solved
|
|
87
|
-
//printf("in ~segpool_alloc: size = %u, pool_count = %" PRId64 ", malloc_count = %" PRId64 ", pool_free_count = %" PRId64 ", malloc_free_count = %" PRId64 "\n",
|
|
88
|
-
// sizeof(_Tp), pool_count, malloc_count, pool_free_count, malloc_free_count);
|
|
89
|
-
//fflush(stdout);
|
|
90
|
-
}
|
|
91
|
-
template <class _Tp1>
|
|
92
|
-
struct rebind {
|
|
93
|
-
using other = segpool_alloc<_Tp1>;
|
|
94
|
-
};
|
|
95
|
-
size_type max_size() const {
|
|
96
|
-
return size_type(-1) / sizeof(_Tp);
|
|
97
|
-
}
|
|
98
|
-
void construct(pointer __p, const _Tp& __val) {
|
|
99
|
-
new (__p) _Tp(__val);
|
|
100
|
-
}
|
|
101
|
-
void destroy(pointer __p) {
|
|
102
|
-
(void)__p; /* Make MSVC happy. */
|
|
103
|
-
__p->~_Tp();
|
|
104
|
-
}
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
template <class _Tp>
|
|
108
|
-
inline bool operator==(const segpool_alloc<_Tp>& a1, const segpool_alloc<_Tp>& a2) {
|
|
109
|
-
return a1.pool == a2.pool;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
template <class _Tp>
|
|
113
|
-
inline bool operator!=(const segpool_alloc<_Tp>& a1, const segpool_alloc<_Tp>& a2) {
|
|
114
|
-
return a1.pool != a2.pool;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
// Any type since it is supposed to be rebound anyway.
|
|
118
|
-
using segpool_alloc_vt = segpool_alloc<int>;
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include "pool.h"
|
|
4
|
-
#include "alloc.h"
|
|
5
|
-
|
|
6
|
-
#include <util/generic/utility.h>
|
|
7
|
-
#include <util/generic/intrlist.h>
|
|
8
|
-
|
|
9
|
-
class TFixedSizeAllocator {
|
|
10
|
-
struct TAlloc: public TIntrusiveSListItem<TAlloc> {
|
|
11
|
-
inline void* ToPointer() noexcept {
|
|
12
|
-
return this;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
static inline TAlloc* FromPointer(void* ptr) noexcept {
|
|
16
|
-
return (TAlloc*)ptr;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
static constexpr size_t EntitySize(size_t alloc) noexcept {
|
|
20
|
-
return Max(sizeof(TAlloc), alloc);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
static constexpr size_t EntityAlign(size_t align) noexcept {
|
|
24
|
-
return Max(alignof(TAlloc), align);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
static inline TAlloc* Construct(void* ptr) noexcept {
|
|
28
|
-
return (TAlloc*)ptr;
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
public:
|
|
33
|
-
using IGrowPolicy = TMemoryPool::IGrowPolicy;
|
|
34
|
-
|
|
35
|
-
TFixedSizeAllocator(size_t allocSize, IAllocator* alloc)
|
|
36
|
-
: TFixedSizeAllocator(allocSize, alignof(TAlloc), TMemoryPool::TExpGrow::Instance(), alloc)
|
|
37
|
-
{
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
TFixedSizeAllocator(size_t allocSize, size_t alignSize, IAllocator* alloc)
|
|
41
|
-
: TFixedSizeAllocator(allocSize, alignSize, TMemoryPool::TExpGrow::Instance(), alloc)
|
|
42
|
-
{
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
TFixedSizeAllocator(size_t allocSize, IGrowPolicy* grow, IAllocator* alloc)
|
|
46
|
-
: TFixedSizeAllocator(allocSize, alignof(TAlloc), grow, alloc)
|
|
47
|
-
{
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
TFixedSizeAllocator(size_t allocSize, size_t alignSize, IGrowPolicy* grow, IAllocator* alloc)
|
|
51
|
-
: Pool_(allocSize, grow, alloc)
|
|
52
|
-
, AlignSize_(TAlloc::EntityAlign(alignSize))
|
|
53
|
-
, AllocSize_(TAlloc::EntitySize(allocSize))
|
|
54
|
-
{
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
inline void* Allocate() {
|
|
58
|
-
if (Y_UNLIKELY(Free_.Empty())) {
|
|
59
|
-
return Pool_.Allocate(AllocSize_, AlignSize_);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
return Free_.PopFront()->ToPointer();
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
inline void Release(void* ptr) noexcept {
|
|
66
|
-
Free_.PushFront(TAlloc::FromPointer(ptr));
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
inline size_t Size() const noexcept {
|
|
70
|
-
return AllocSize_;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
private:
|
|
74
|
-
TMemoryPool Pool_;
|
|
75
|
-
const size_t AlignSize_;
|
|
76
|
-
const size_t AllocSize_;
|
|
77
|
-
TIntrusiveSList<TAlloc> Free_;
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
template <class T>
|
|
81
|
-
class TSmallObjAllocator {
|
|
82
|
-
public:
|
|
83
|
-
using IGrowPolicy = TFixedSizeAllocator::IGrowPolicy;
|
|
84
|
-
|
|
85
|
-
inline TSmallObjAllocator(IAllocator* alloc)
|
|
86
|
-
: Alloc_(sizeof(T), alignof(T), alloc)
|
|
87
|
-
{
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
inline TSmallObjAllocator(IGrowPolicy* grow, IAllocator* alloc)
|
|
91
|
-
: Alloc_(sizeof(T), alignof(T), grow, alloc)
|
|
92
|
-
{
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
inline T* Allocate() {
|
|
96
|
-
return (T*)Alloc_.Allocate();
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
inline void Release(T* t) noexcept {
|
|
100
|
-
Alloc_.Release(t);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
private:
|
|
104
|
-
TFixedSizeAllocator Alloc_;
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
template <class T>
|
|
108
|
-
class TObjectFromPool {
|
|
109
|
-
public:
|
|
110
|
-
struct THeader {
|
|
111
|
-
void* Pool;
|
|
112
|
-
// Can't just use T because THeader must be standard layout type for offsetof to work.
|
|
113
|
-
alignas(T) char Obj[sizeof(T)];
|
|
114
|
-
};
|
|
115
|
-
using TPool = TSmallObjAllocator<THeader>;
|
|
116
|
-
|
|
117
|
-
inline void* operator new(size_t, TPool* pool) {
|
|
118
|
-
THeader* ret = pool->Allocate();
|
|
119
|
-
ret->Pool = pool;
|
|
120
|
-
return &ret->Obj;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
inline void operator delete(void* ptr, size_t) noexcept {
|
|
124
|
-
DoDelete(ptr);
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
inline void operator delete(void* ptr, TPool*) noexcept {
|
|
128
|
-
/*
|
|
129
|
-
* this delete operator can be called automagically by compiler
|
|
130
|
-
*/
|
|
131
|
-
|
|
132
|
-
DoDelete(ptr);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
private:
|
|
136
|
-
static inline void DoDelete(void* ptr) noexcept {
|
|
137
|
-
static_assert(std::is_standard_layout<THeader>::value, "offsetof is only defined for standard layout types");
|
|
138
|
-
THeader* header = (THeader*)((char*)ptr - offsetof(THeader, Obj));
|
|
139
|
-
((TPool*)header->Pool)->Release(header);
|
|
140
|
-
}
|
|
141
|
-
};
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/system/defaults.h>
|
|
4
|
-
#include <util/generic/ptr.h>
|
|
5
|
-
|
|
6
|
-
/*
|
|
7
|
-
* This is really fast buffer for temporary data.
|
|
8
|
-
* For small sizes it works almost fast as pure alloca()
|
|
9
|
-
* (by using perthreaded list of free blocks),
|
|
10
|
-
* for big sizes it works as fast as malloc()/operator new()/...
|
|
11
|
-
*/
|
|
12
|
-
class TTempBuf {
|
|
13
|
-
public:
|
|
14
|
-
/*
|
|
15
|
-
* we do not want many friends for this class :)
|
|
16
|
-
*/
|
|
17
|
-
class TImpl;
|
|
18
|
-
|
|
19
|
-
TTempBuf();
|
|
20
|
-
TTempBuf(size_t len);
|
|
21
|
-
TTempBuf(const TTempBuf& b) noexcept;
|
|
22
|
-
TTempBuf(TTempBuf&& b) noexcept;
|
|
23
|
-
~TTempBuf();
|
|
24
|
-
|
|
25
|
-
TTempBuf& operator=(const TTempBuf& b) noexcept;
|
|
26
|
-
TTempBuf& operator=(TTempBuf&& b) noexcept;
|
|
27
|
-
|
|
28
|
-
Y_PURE_FUNCTION
|
|
29
|
-
char* Data() noexcept;
|
|
30
|
-
|
|
31
|
-
Y_PURE_FUNCTION
|
|
32
|
-
const char* Data() const noexcept;
|
|
33
|
-
|
|
34
|
-
Y_PURE_FUNCTION
|
|
35
|
-
char* Current() noexcept;
|
|
36
|
-
|
|
37
|
-
Y_PURE_FUNCTION
|
|
38
|
-
const char* Current() const noexcept;
|
|
39
|
-
|
|
40
|
-
Y_PURE_FUNCTION
|
|
41
|
-
size_t Size() const noexcept;
|
|
42
|
-
|
|
43
|
-
Y_PURE_FUNCTION
|
|
44
|
-
size_t Filled() const noexcept;
|
|
45
|
-
|
|
46
|
-
Y_PURE_FUNCTION
|
|
47
|
-
size_t Left() const noexcept;
|
|
48
|
-
|
|
49
|
-
void Reset() noexcept;
|
|
50
|
-
void SetPos(size_t off);
|
|
51
|
-
char* Proceed(size_t off);
|
|
52
|
-
void Append(const void* data, size_t len);
|
|
53
|
-
|
|
54
|
-
Y_PURE_FUNCTION
|
|
55
|
-
bool IsNull() const noexcept;
|
|
56
|
-
|
|
57
|
-
private:
|
|
58
|
-
TIntrusivePtr<TImpl> Impl_;
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
template <typename T>
|
|
62
|
-
class TTempArray: private TTempBuf {
|
|
63
|
-
private:
|
|
64
|
-
static T* TypedPointer(char* pointer) noexcept {
|
|
65
|
-
return reinterpret_cast<T*>(pointer);
|
|
66
|
-
}
|
|
67
|
-
static const T* TypedPointer(const char* pointer) noexcept {
|
|
68
|
-
return reinterpret_cast<const T*>(pointer);
|
|
69
|
-
}
|
|
70
|
-
static constexpr size_t RawSize(const size_t size) noexcept {
|
|
71
|
-
return size * sizeof(T);
|
|
72
|
-
}
|
|
73
|
-
static constexpr size_t TypedSize(const size_t size) noexcept {
|
|
74
|
-
return size / sizeof(T);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
public:
|
|
78
|
-
TTempArray() = default;
|
|
79
|
-
|
|
80
|
-
TTempArray(size_t len)
|
|
81
|
-
: TTempBuf(RawSize(len))
|
|
82
|
-
{
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
T* Data() noexcept {
|
|
86
|
-
return TypedPointer(TTempBuf::Data());
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
const T* Data() const noexcept {
|
|
90
|
-
return TypedPointer(TTempBuf::Data());
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
T* Current() noexcept {
|
|
94
|
-
return TypedPointer(TTempBuf::Current());
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
const T* Current() const noexcept {
|
|
98
|
-
return TypedPointer(TTempBuf::Current());
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
size_t Size() const noexcept {
|
|
102
|
-
return TypedSize(TTempBuf::Size());
|
|
103
|
-
}
|
|
104
|
-
size_t Filled() const noexcept {
|
|
105
|
-
return TypedSize(TTempBuf::Filled());
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
T* Proceed(size_t off) {
|
|
109
|
-
return (T*)TTempBuf::Proceed(RawSize(off));
|
|
110
|
-
}
|
|
111
|
-
};
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include "ip.h"
|
|
4
|
-
#include "socket.h"
|
|
5
|
-
|
|
6
|
-
#include <util/generic/ptr.h>
|
|
7
|
-
#include <util/generic/string.h>
|
|
8
|
-
|
|
9
|
-
namespace NAddr {
|
|
10
|
-
class IRemoteAddr {
|
|
11
|
-
public:
|
|
12
|
-
virtual ~IRemoteAddr() = default;
|
|
13
|
-
|
|
14
|
-
virtual const sockaddr* Addr() const = 0;
|
|
15
|
-
virtual socklen_t Len() const = 0;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
using IRemoteAddrPtr = THolder<IRemoteAddr>;
|
|
19
|
-
using IRemoteAddrRef = TAtomicSharedPtr<NAddr::IRemoteAddr>;
|
|
20
|
-
|
|
21
|
-
IRemoteAddrPtr GetSockAddr(SOCKET s);
|
|
22
|
-
IRemoteAddrPtr GetPeerAddr(SOCKET s);
|
|
23
|
-
void PrintHost(IOutputStream& out, const IRemoteAddr& addr);
|
|
24
|
-
|
|
25
|
-
TString PrintHost(const IRemoteAddr& addr);
|
|
26
|
-
TString PrintHostAndPort(const IRemoteAddr& addr);
|
|
27
|
-
|
|
28
|
-
bool IsLoopback(const IRemoteAddr& addr);
|
|
29
|
-
bool IsSame(const IRemoteAddr& lhs, const IRemoteAddr& rhs);
|
|
30
|
-
|
|
31
|
-
socklen_t SockAddrLength(const sockaddr* addr);
|
|
32
|
-
|
|
33
|
-
//for accept, recvfrom - see LenPtr()
|
|
34
|
-
class TOpaqueAddr: public IRemoteAddr {
|
|
35
|
-
public:
|
|
36
|
-
inline TOpaqueAddr() noexcept
|
|
37
|
-
: L_(sizeof(S_))
|
|
38
|
-
{
|
|
39
|
-
Zero(S_);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
inline TOpaqueAddr(const IRemoteAddr* addr) noexcept {
|
|
43
|
-
Assign(addr->Addr(), addr->Len());
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
inline TOpaqueAddr(const sockaddr* addr) {
|
|
47
|
-
Assign(addr, SockAddrLength(addr));
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
const sockaddr* Addr() const override {
|
|
51
|
-
return MutableAddr();
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
socklen_t Len() const override {
|
|
55
|
-
return L_;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
inline sockaddr* MutableAddr() const noexcept {
|
|
59
|
-
return (sockaddr*)&S_;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
inline socklen_t* LenPtr() noexcept {
|
|
63
|
-
return &L_;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
private:
|
|
67
|
-
inline void Assign(const sockaddr* addr, socklen_t len) noexcept {
|
|
68
|
-
L_ = len;
|
|
69
|
-
memcpy(MutableAddr(), addr, L_);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
private:
|
|
73
|
-
sockaddr_storage S_;
|
|
74
|
-
socklen_t L_;
|
|
75
|
-
};
|
|
76
|
-
|
|
77
|
-
//for TNetworkAddress
|
|
78
|
-
class TAddrInfo: public IRemoteAddr {
|
|
79
|
-
public:
|
|
80
|
-
inline TAddrInfo(const addrinfo* ai) noexcept
|
|
81
|
-
: AI_(ai)
|
|
82
|
-
{
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
const sockaddr* Addr() const override {
|
|
86
|
-
return AI_->ai_addr;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
socklen_t Len() const override {
|
|
90
|
-
return (socklen_t)AI_->ai_addrlen;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private:
|
|
94
|
-
const addrinfo* const AI_;
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
//compat, for TIpAddress
|
|
98
|
-
class TIPv4Addr: public IRemoteAddr {
|
|
99
|
-
public:
|
|
100
|
-
inline TIPv4Addr(const TIpAddress& addr) noexcept
|
|
101
|
-
: A_(addr)
|
|
102
|
-
{
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
const sockaddr* Addr() const override {
|
|
106
|
-
return A_;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
socklen_t Len() const override {
|
|
110
|
-
return A_;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
private:
|
|
114
|
-
const TIpAddress A_;
|
|
115
|
-
};
|
|
116
|
-
|
|
117
|
-
//same, for ipv6 addresses
|
|
118
|
-
class TIPv6Addr: public IRemoteAddr {
|
|
119
|
-
public:
|
|
120
|
-
inline TIPv6Addr(const sockaddr_in6& a) noexcept
|
|
121
|
-
: A_(a)
|
|
122
|
-
{
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
const sockaddr* Addr() const override {
|
|
126
|
-
return (sockaddr*)&A_;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
socklen_t Len() const override {
|
|
130
|
-
return sizeof(A_);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
private:
|
|
134
|
-
const sockaddr_in6 A_;
|
|
135
|
-
};
|
|
136
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include "address.h"
|
|
4
|
-
|
|
5
|
-
#include <util/str_stl.h>
|
|
6
|
-
|
|
7
|
-
//some equivalent boost::asio::ip::endpoint (easy for using pair ip:port)
|
|
8
|
-
class TEndpoint {
|
|
9
|
-
public:
|
|
10
|
-
using TAddrRef = NAddr::IRemoteAddrRef;
|
|
11
|
-
|
|
12
|
-
TEndpoint(const TAddrRef& addr);
|
|
13
|
-
TEndpoint();
|
|
14
|
-
|
|
15
|
-
inline const TAddrRef& Addr() const noexcept {
|
|
16
|
-
return Addr_;
|
|
17
|
-
}
|
|
18
|
-
inline const sockaddr* SockAddr() const {
|
|
19
|
-
return Addr_->Addr();
|
|
20
|
-
}
|
|
21
|
-
inline socklen_t SockAddrLen() const {
|
|
22
|
-
return Addr_->Len();
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
inline bool IsIpV4() const {
|
|
26
|
-
return Addr_->Addr()->sa_family == AF_INET;
|
|
27
|
-
}
|
|
28
|
-
inline bool IsIpV6() const {
|
|
29
|
-
return Addr_->Addr()->sa_family == AF_INET6;
|
|
30
|
-
}
|
|
31
|
-
inline bool IsUnix() const {
|
|
32
|
-
return Addr_->Addr()->sa_family == AF_UNIX;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
inline TString IpToString() const {
|
|
36
|
-
return NAddr::PrintHost(*Addr_);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
void SetPort(ui16 port);
|
|
40
|
-
ui16 Port() const noexcept;
|
|
41
|
-
|
|
42
|
-
size_t Hash() const;
|
|
43
|
-
|
|
44
|
-
private:
|
|
45
|
-
TAddrRef Addr_;
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
template <>
|
|
49
|
-
struct THash<TEndpoint> {
|
|
50
|
-
inline size_t operator()(const TEndpoint& ep) const {
|
|
51
|
-
return ep.Hash();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
inline bool operator==(const TEndpoint& l, const TEndpoint& r) {
|
|
56
|
-
try {
|
|
57
|
-
return NAddr::IsSame(*l.Addr(), *r.Addr()) && l.Port() == r.Port();
|
|
58
|
-
} catch (...) {
|
|
59
|
-
return false;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/system/defaults.h>
|
|
4
|
-
|
|
5
|
-
namespace NResolver {
|
|
6
|
-
// resolve hostname and fills up to *slots slots in ip array;
|
|
7
|
-
// actual number of slots filled is returned in *slots;
|
|
8
|
-
int GetHostIP(const char* hostname, ui32* ip, size_t* slots);
|
|
9
|
-
int GetDnsError();
|
|
10
|
-
|
|
11
|
-
inline int GetHostIP(const char* hostname, ui32* ip) {
|
|
12
|
-
size_t slots = 1;
|
|
13
|
-
|
|
14
|
-
return GetHostIP(hostname, ip, &slots);
|
|
15
|
-
}
|
|
16
|
-
}
|
package/inc/util/network/init.h
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/system/error.h>
|
|
4
|
-
|
|
5
|
-
#if defined(_unix_)
|
|
6
|
-
#include <fcntl.h>
|
|
7
|
-
#include <netdb.h>
|
|
8
|
-
#include <time.h>
|
|
9
|
-
#include <unistd.h>
|
|
10
|
-
#include <poll.h>
|
|
11
|
-
|
|
12
|
-
#include <sys/uio.h>
|
|
13
|
-
#include <sys/time.h>
|
|
14
|
-
#include <sys/types.h>
|
|
15
|
-
#include <sys/socket.h>
|
|
16
|
-
|
|
17
|
-
#include <netinet/in.h>
|
|
18
|
-
#include <netinet/tcp.h>
|
|
19
|
-
#include <arpa/inet.h>
|
|
20
|
-
|
|
21
|
-
using SOCKET = int;
|
|
22
|
-
|
|
23
|
-
#define closesocket(s) close(s)
|
|
24
|
-
#define SOCKET_ERROR -1
|
|
25
|
-
#define INVALID_SOCKET -1
|
|
26
|
-
#define WSAGetLastError() errno
|
|
27
|
-
#elif defined(_win_)
|
|
28
|
-
#include <util/system/winint.h>
|
|
29
|
-
#include <io.h>
|
|
30
|
-
#include <winsock2.h>
|
|
31
|
-
#include <ws2tcpip.h>
|
|
32
|
-
|
|
33
|
-
using nfds_t = ULONG;
|
|
34
|
-
|
|
35
|
-
#undef Yield
|
|
36
|
-
|
|
37
|
-
struct sockaddr_un {
|
|
38
|
-
short sun_family;
|
|
39
|
-
char sun_path[108];
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
#define PF_LOCAL AF_UNIX
|
|
43
|
-
#define NETDB_INTERNAL -1
|
|
44
|
-
#define NETDB_SUCCESS 0
|
|
45
|
-
|
|
46
|
-
#endif
|
|
47
|
-
|
|
48
|
-
#if defined(_win_) || defined(_darwin_)
|
|
49
|
-
#ifndef MSG_NOSIGNAL
|
|
50
|
-
#define MSG_NOSIGNAL 0
|
|
51
|
-
#endif
|
|
52
|
-
#endif // _win_ or _darwin_
|
|
53
|
-
|
|
54
|
-
void InitNetworkSubSystem();
|
|
55
|
-
|
|
56
|
-
static struct TNetworkInitializer {
|
|
57
|
-
inline TNetworkInitializer() {
|
|
58
|
-
InitNetworkSubSystem();
|
|
59
|
-
}
|
|
60
|
-
} NetworkInitializerObject;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include "address.h"
|
|
4
|
-
|
|
5
|
-
#include <util/generic/vector.h>
|
|
6
|
-
|
|
7
|
-
namespace NAddr {
|
|
8
|
-
struct TNetworkInterface {
|
|
9
|
-
TString Name;
|
|
10
|
-
IRemoteAddrRef Address;
|
|
11
|
-
IRemoteAddrRef Mask;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
using TNetworkInterfaceList = TVector<TNetworkInterface>;
|
|
15
|
-
|
|
16
|
-
TNetworkInterfaceList GetNetworkInterfaces();
|
|
17
|
-
}
|