Thrill
0.1
|
#include <thrill/api/context.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/core/delta_stream.hpp>
#include <thrill/core/golomb_bit_stream.hpp>
#include <thrill/core/multiway_merge.hpp>
#include <algorithm>
#include <memory>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | DuplicateDetection |
Duplicate detection to identify all elements occuring only on one worker. More... | |
Namespaces | |
thrill | |
thrill::core | |
Macros | |
#define | THRILL_CORE_DUPLICATE_DETECTION_HEADER |
#define THRILL_CORE_DUPLICATE_DETECTION_HEADER |
Definition at line 16 of file duplicate_detection.hpp.