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

Options for the SomeBufferReader constructor. More...

#include <SomeBufferReader.hpp>

Public Attributes

std::size_t buffer_size = 65536
 

Detailed Description

Options for the SomeBufferReader constructor.

Member Data Documentation

◆ buffer_size

std::size_t byteme::SomeBufferReaderOptions::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.


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