byteme
C++ wrappers for buffered inputs
|
Options for the SomeFileReader
constructor.
More...
#include <SomeFileReader.hpp>
Public Attributes | |
std::size_t | buffer_size = 65536 |
Options for the SomeFileReader
constructor.
std::size_t byteme::SomeFileReaderOptions::buffer_size = 65536 |
Size of the buffer to use when reading from disk. Larger values usually reduce computational time at the cost of increased memory usage.