We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808fe82 commit 0398bbaCopy full SHA for 0398bba
src/SplitCode.h
@@ -3983,7 +3983,7 @@ struct SplitCode {
3983
std::unordered_map<std::vector<uint32_t>, std::string, VectorHasher> groupmapinv_keep;
3984
std::unordered_map<std::vector<uint32_t>, int, VectorHasher> groupmapinv_discard;
3985
3986
- std::vector<std::vector<short>> qc; // outer vector index = tag name id; vector indices = tag edit distance; value = count
+ std::vector<std::vector<uint64_t>> qc; // outer vector index = tag name id; vector indices = tag edit distance; value = count
3987
bool do_qc; // Should we do QC (i.e. do tag-level statistics?)
3988
3989
std::unordered_map<uint32_t,int> min_finds_map;
0 commit comments