|
rds2cpp
Read and write RDS/RDA files in C++
|
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) |
Options for parse_rda().
| 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.
| bool rds2cpp::ParseRdaOptions::parallel = false |
Whether to read and parse the contents of the RDA file in parallel.