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

Options for the SomeFileReader constructor. More...

#include <SomeFileReader.hpp>

Public Attributes

std::size_t buffer_size = 65536
 

Detailed Description

Options for the SomeFileReader constructor.

Member Data Documentation

◆ buffer_size

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.


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