rds2cpp
C++ library for parsing RDS files
Loading...
Searching...
No Matches
rds2cpp::WriteRdsOptions Struct Reference

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)
 

Detailed Description

Options for write_rds().

Member Data Documentation

◆ buffer_size

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.

◆ parallel

bool rds2cpp::WriteRdsOptions::parallel = false

Whether to write the contents of the RDS file in parallel with serialization.


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