Stxxl
1.4.0
|
#include <stxxl/bits/algo/async_schedule.h>
#include <stxxl/bits/io/file.h>
#include <stxxl/bits/verbose.h>
#include <stxxl/bits/parallel.h>
#include <algorithm>
#include <functional>
#include <queue>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | stxxl |
| |
namespace | stxxl::async_schedule_local |
Typedefs | |
typedef std::pair< int_type, int_type > | stxxl::async_schedule_local::write_time_pair |
Functions | |
static int_type | stxxl::async_schedule_local::get_disk (int_type i, const int_type *disks, int_type D) |
int_type | stxxl::async_schedule_local::simulate_async_write (const int_type *disks, const int_type L, const int_type m_init, const int_type D, std::pair< int_type, int_type > *o_time) |
void | stxxl::compute_prefetch_schedule (const int_type *first, const int_type *last, int_type *out_first, int_type m, int_type D) |