Skip to content

Commit

Permalink
omit needless words
Browse files Browse the repository at this point in the history
  • Loading branch information
cldellow committed Nov 22, 2023
1 parent 3491dfa commit 384513b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sorted_node_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void SortedNodeStore::finalize(size_t threadNum) {

orphanage.clear();

std::cout << "SortedNodeStore: saw " << totalGroups << " groups, " << totalChunks << " chunks, " << totalNodes.load() << " nodes, needed " << totalGroupSpace.load() << " bytes" << std::endl;
std::cout << "SortedNodeStore: " << totalGroups << " groups, " << totalChunks << " chunks, " << totalNodes.load() << " nodes, " << totalGroupSpace.load() << " bytes" << std::endl;
/*
for (int i = 0; i < 257; i++)
std::cout << "chunkSizeFreqs[ " << i << " ]= " << chunkSizeFreqs[i].load() << std::endl;
Expand Down

0 comments on commit 384513b

Please sign in to comment.