|
DIY
3.0
data-parallel out-of-core C++ library
|
Move queues out of core if their size exceeds a parameter given in the constructor. More...
#include <diy/master.hpp>
Public Member Functions | |
| QueueSizePolicy (size_t sz) | |
| bool | unload_incoming (const Master &, int, int, size_t sz) const |
| bool | unload_outgoing (const Master &master, int from, size_t sz) const |
Public Attributes | |
| size_t | size |
Move queues out of core if their size exceeds a parameter given in the constructor.
1.8.6