|
Thrill
0.1
|
#include <thrill/data/block_pool.hpp>#include <thrill/data/byte_block.hpp>#include <thrill/data/file.hpp>#include <thrill/mem/pool.hpp>#include <tlx/string/join_generic.hpp>#include <sstream>#include <string>
Include dependency graph for byte_block.cpp:Go to the source code of this file.
Namespaces | |
| thrill | |
| thrill::data | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const ByteBlock &b) |
Variables | |
| size_t | default_block_size = 2 * 1024 * 1024 |
| default size of blocks in File, Channel, BlockQueue, etc. More... | |
| size_t | start_block_size = 4 * 1024 |
| starting size of blocks in BlockWriter. More... | |