Thrill  0.1
duplicate_detection.hpp File Reference
#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>
+ Include dependency graph for duplicate_detection.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ THRILL_CORE_DUPLICATE_DETECTION_HEADER

#define THRILL_CORE_DUPLICATE_DETECTION_HEADER

Definition at line 16 of file duplicate_detection.hpp.