byteme
C++ wrappers for buffered inputs
|
Options for the RawFileReader
constructor.
More...
#include <RawFileReader.hpp>
Public Attributes | |
std::size_t | buffer_size = cap<std::size_t>(65536) |
std::optional< std::size_t > | bufsiz |
Options for the RawFileReader
constructor.
std::size_t byteme::RawFileReaderOptions::buffer_size = cap<std::size_t>(65536) |
Size of the buffer in which to store the loaded file contents. Larger values usually reduce computational time at the cost of increased memory usage.
std::optional<std::size_t> byteme::RawFileReaderOptions::bufsiz |
Size of the internal buffer used by setvbuf()
. Larger values usually reduce computational time at the cost of increased memory usage. If no value is supplied, the default buffer size is not changed.