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

Options for parse_text_buffer(). More...

#include <from_text.hpp>

Public Attributes

int num_threads = 1
 
std::size_t block_size = 65536
 

Detailed Description

Options for parse_text_buffer().

Member Data Documentation

◆ num_threads

int eminem::ParseTextBufferOptions::num_threads = 1

Number of threads to use to parallelize the parsing.

◆ block_size

std::size_t eminem::ParseTextBufferOptions::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: