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 89d39f0 commit e531180Copy full SHA for e531180
src/chmatch.c
@@ -54,7 +54,7 @@ static SEXP chmatchMain(SEXP x, SEXP table, int nomatch, bool chin, bool chmatch
54
UNPROTECT(nprotect);
55
return ans;
56
}
57
- // else xlen>1; nprotect is const above since no more R allocations should occur after this point
+ // Else xlen > 1.
58
// When table >> x, hash x and scan table // ToDo tune the kick-in factor
59
if (!chmatchdup && tablelen > 2 * xlen) {
60
hashtab *marks = hash_create(xlen);
0 commit comments