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

Options for parse_rda(). More...

#include <parse_rda.hpp>

Public Attributes

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

Detailed Description

Options for parse_rda().

Member Data Documentation

◆ buffer_size

std::size_t rds2cpp::ParseRdaOptions::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::ParseRdaOptions::parallel = false

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


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