eminem
Parse Matrix Market files in C++
Loading...
Searching...
No Matches
eminem::ParseSomeFileOptions Struct Reference

Options for parse_some_file(). More...

#include <from_gzip.hpp>

Public Attributes

std::size_t buffer_size = 65536
 
int num_threads = 1
 
std::size_t block_size = 65536
 

Detailed Description

Options for parse_some_file().

Member Data Documentation

◆ buffer_size

std::size_t eminem::ParseSomeFileOptions::buffer_size = 65536

Buffer size to use for reading and decompression.

◆ num_threads

int eminem::ParseSomeFileOptions::num_threads = 1

Number of threads to use to parallelize the parsing.

◆ block_size

std::size_t eminem::ParseSomeFileOptions::block_size = 65536

Block size (in bytes) to define the work for each thread. Only relevant when num_threads > 1.


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