|
rds2cpp
Read and write RDS/RDA files in C++
|
Options for write_rda().
More...
#include <write_rda.hpp>
Public Attributes | |
| bool | parallel = false |
| std::size_t | buffer_size = sanisizer::cap<std::size_t>(65536) |
Options for write_rda().
| std::size_t rds2cpp::WriteRdaOptions::buffer_size = sanisizer::cap<std::size_t>(65536) |
Size of the buffer for storing serialized bytes before writing. Larger values improve speed at the cost of memory efficiency.
| bool rds2cpp::WriteRdaOptions::parallel = false |
Whether to write the contents of the RDA file in parallel with serialization.