|
rds2cpp
C++ library for parsing RDS files
|
Options for write_rds().
More...
#include <write_rds.hpp>
Public Attributes | |
| bool | parallel = false |
| std::size_t | buffer_size = sanisizer::cap<std::size_t>(65536) |
Options for write_rds().
| std::size_t rds2cpp::WriteRdsOptions::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::WriteRdsOptions::parallel = false |
Whether to write the contents of the RDS file in parallel with serialization.