Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fastmatch

Fast match() function

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.

Functions (3)

fastmatch

Fast match() function

v1.1-0
GPL-2
Authors
Simon Urbanek <simon.urbanek@r-project.org>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.