Skip to content

Commit

Permalink
show when init work done
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudhera committed Nov 16, 2024
1 parent b481d3a commit 36a255a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cpp/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ void compute_index_from_sketches(std::vector<std::vector<hash_t>>& sketches, std
threads[i].join();
}

std::cout << "Threads joined, now merging" << std::endl;

// merge the hash_index_chunks to hash_index
for (int i = 0; i < num_unordered_maps; i++) {
for (auto it = hash_index_chunks[i].begin(); it != hash_index_chunks[i].end(); it++) {
Expand Down

0 comments on commit 36a255a

Please sign in to comment.