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 [aut, cre, cph] (https://urbanek.org, <https://orcid.org/0000-0003-2297-1732>)
MaintainerSimon Urbanek <simon.urbanek@r-project.org>
LicenseGPL-2
Version1.1-6
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 Dec. 23, 2024, 12:37 p.m.