rds2cpp
Read and write RDS/RDA files in C++
Loading...
Searching...
No Matches
rds2cpp::ParseRdsOptions Struct Reference

Options for parse_rds(). More...

#include <parse_rds.hpp>

Public Attributes

bool parallel = false
 
std::size_t buffer_size = sanisizer::cap<std::size_t>(65536)
 

Detailed Description

Options for parse_rds().

Member Data Documentation

◆ buffer_size

std::size_t rds2cpp::ParseRdsOptions::buffer_size = sanisizer::cap<std::size_t>(65536)

Size of the buffer for storing read bytes before parsing. Larger values improve speed at the cost of memory efficiency.

◆ parallel

bool rds2cpp::ParseRdsOptions::parallel = false

Whether to read and parse the contents of the RDS file in parallel.


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