|
| ThreadInfo (const int64_t max_thread_count, const int64_t num_elems, const int64_t target_elems_per_thread) |
|
Definition at line 99 of file StringDictionary.cpp.
anonymous_namespace{StringDictionary.cpp}::ThreadInfo::ThreadInfo |
( |
const int64_t |
max_thread_count, |
|
|
const int64_t |
num_elems, |
|
|
const int64_t |
target_elems_per_thread |
|
) |
| |
|
inline |
Definition at line 103 of file StringDictionary.cpp.
107 std::min(std::max(max_thread_count, int64_t(1)),
108 ((num_elems + target_elems_per_thread - 1) / target_elems_per_thread));
int64_t num_elems_per_thread
int64_t anonymous_namespace{StringDictionary.cpp}::ThreadInfo::num_elems_per_thread |
int64_t anonymous_namespace{StringDictionary.cpp}::ThreadInfo::num_threads {0} |
The documentation for this struct was generated from the following file: