eminem
Parse Matrix Market files in C++
|
Options for parse_text_buffer()
.
More...
#include <from_text.hpp>
Public Attributes | |
int | num_threads = 1 |
std::size_t | block_size = 65536 |
Options for parse_text_buffer()
.
int eminem::ParseTextBufferOptions::num_threads = 1 |
Number of threads to use to parallelize the parsing.
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
.