eminem
Parse Matrix Market files in C++
|
Options for the Parser
constructor.
More...
#include <Parser.hpp>
Public Attributes | |
int | num_threads = 1 |
std::size_t | block_size = 65536 |
Options for the Parser
constructor.
int eminem::ParserOptions::num_threads = 1 |
Number of threads to use for parsing.
std::size_t eminem::ParserOptions::block_size = 65536 |
Approximate size of the block (in bytes) to be processed by each thread. This is rounded up to the nearest newline before parallel processing. Only relevant when num_threads > 1
.