parallesim a bit of improvement

This commit is contained in:
vaclavt
2022-01-19 19:29:25 +01:00
parent 471f218bdf
commit 33554706a4
4 changed files with 28 additions and 7 deletions

View File

@@ -28,6 +28,8 @@ public:
size_t parseCSVFile(const std::string &filename, std::vector<ColDefNode> &cols_def, Table& table);
size_t parseCSVString(const std::string &csvSource, std::vector<ColDefNode> &cols_def, Table& table);
static size_t getConcurrency();
};
} // namespace