Thrill
0.1
|
#include <thrill/common/function_traits.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/stats_timer.hpp>
#include <thrill/core/delta_stream.hpp>
#include <thrill/core/golomb_bit_stream.hpp>
#include <thrill/core/multiway_merge.hpp>
#include <thrill/core/reduce_bucket_hash_table.hpp>
#include <thrill/core/reduce_functional.hpp>
#include <thrill/core/reduce_old_probing_hash_table.hpp>
#include <thrill/core/reduce_probing_hash_table.hpp>
#include <thrill/core/reduce_table.hpp>
#include <thrill/data/cat_stream.hpp>
#include <tlx/math/integer_log2.hpp>
#include <tlx/vector_free.hpp>
#include <algorithm>
#include <functional>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | LocationDetection< HashCount > |
struct | LocationDetection< HashCount >::ExtractHash |
class | LocationDetection< HashCount >::GolombPairReader |
class | ToVectorEmitter< HashCount > |
Emitter for a ReduceTable, which emits all of its data into a vector of hash-counter-pairs. More... | |
Namespaces | |
thrill | |
thrill::core | |
Macros | |
#define | THRILL_CORE_LOCATION_DETECTION_HEADER |
#define THRILL_CORE_LOCATION_DETECTION_HEADER |
Definition at line 16 of file location_detection.hpp.