s-u/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-5
URL http://www.rforge.net/fastmatch
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("s-u/fastmatch")
s-u/fastmatch documentation built on Feb. 18, 2024, 4:54 p.m.