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.

Getting started

Package details

AuthorSimon Urbanek <simon.urbanek@r-project.org>
MaintainerSimon Urbanek <simon.urbanek@r-project.org>
LicenseGPL-2
Version1.1-4
URL http://www.rforge.net/fastmatch
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("fastmatch")

Try the fastmatch package in your browser

Any scripts or data that you put into this service are public.

fastmatch documentation built on Aug. 18, 2023, 9:07 a.m.