Package: fastmatch Version: 1.1-8 Title: Fast 'match()' Function Author: Simon Urbanek [aut, cre, cph] (https://urbanek.nz, ) Authors@R: person("Simon", "Urbanek", role=c("aut","cre","cph"), email="Simon.Urbanek@r-project.org", comment=c("https://urbanek.nz", ORCID="0000-0003-2297-1732")) Maintainer: Simon Urbanek Description: 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. License: GPL-2 Depends: R (>= 2.3.0) URL: https://www.rforge.net/fastmatch BugReports: https://github.com/s-u/fastmatch/issues/ Repository: https://fastverse.r-universe.dev Date/Publication: 2026-01-17 07:29:49 UTC RemoteUrl: https://github.com/s-u/fastmatch RemoteRef: HEAD RemoteSha: 85f0c6496520c2dafb8f0331f754a492643fc91f NeedsCompilation: yes Packaged: 2026-06-16 09:09:49 UTC; root