#include <thrill/common/function_traits.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/data/block.hpp>
#include <thrill/data/block_reader.hpp>
#include <thrill/data/block_sink.hpp>
#include <thrill/data/block_writer.hpp>
#include <thrill/data/dyn_block_reader.hpp>
#include <tlx/die.hpp>
#include <cassert>
#include <deque>
#include <functional>
#include <limits>
#include <string>
#include <vector>
Go to the source code of this file.
|
template<typename Reader > |
void | StartPrefetch (std::vector< Reader > &readers, size_t prefetch_size) |
| Take a vector of Readers and prefetch equally from them. More...
|
|
◆ THRILL_DATA_FILE_HEADER
#define THRILL_DATA_FILE_HEADER |