Package providing a fast match() replacement for cases that require repeated look-ups. It is slightly faster that R's built-in match() function on first match against a table, but extremely fast on any subsequent lookup as it keeps the hash table in memory.
copied from cf-staging / r-fastmatchLabel | Latest Version |
---|---|
main | 1.1_0 |
cf201901 | 1.1_0 |
cf202003 | 1.1_0 |
gcc7 | 1.1_0 |