byteme
C++ wrappers for buffered inputs
|
Options for IstreamReader
construction.
More...
#include <IstreamReader.hpp>
Public Attributes | |
std::size_t | buffer_size = 65536 |
Options for IstreamReader
construction.
std::size_t byteme::IstreamReaderOptions::buffer_size = 65536 |
Size of the internal buffer to fill from the stream. Larger values usually reduce computational time at the cost of increased memory usage.