byteme
C++ wrappers for buffered inputs
Loading...
Searching...
No Matches
byteme::IstreamReaderOptions Struct Reference

Options for IstreamReader construction. More...

#include <IstreamReader.hpp>

Public Attributes

std::size_t buffer_size = 65536
 

Detailed Description

Options for IstreamReader construction.

Member Data Documentation

◆ buffer_size

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.


The documentation for this struct was generated from the following file: