This commit is contained in:
2025-05-04 21:57:09 +08:00
parent d64801d45c
commit 7382e33a13
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -51,8 +51,8 @@ int main(int argc, char** argv) {
cin.tie(NULL);
//may return 0 when not able to detect
const unsigned int max_thread_count = std::thread::hardware_concurrency();
unsigned int thread_count = max_thread_count - 1;
// const unsigned int max_thread_count = std::thread::hardware_concurrency();
// unsigned int thread_count = max_thread_count - 1;
string filename = "";
int append = 1;
@@ -301,7 +301,7 @@ int main(int argc, char** argv) {
for (int i = 0; i <= testheader.size()-1; ++i) {
for (int i = 0; i <= (int)(testheader.size()-1); ++i) {
int index;
index = testcollookup[testheader[i]];
Binary file not shown.