Package: fastmatch
Version: 1.1-6
Title: Fast 'match()' Function
Author: Simon Urbanek [aut, cre, cph] (https://urbanek.org,
    <https://orcid.org/0000-0003-2297-1732>)
Authors@R: person("Simon", "Urbanek", role=c("aut","cre","cph"), email="Simon.Urbanek@r-project.org", comment=c("https://urbanek.org", ORCID="0000-0003-2297-1732"))
Maintainer: Simon Urbanek <simon.urbanek@r-project.org>
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: http://www.rforge.net/fastmatch
NeedsCompilation: yes
Packaged: 2024-12-20 08:06:22 UTC; rforge
Repository: CRAN
Date/Publication: 2024-12-23 17:50:34 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 03:32:41 UTC; unix
Archs: fastmatch.so.dSYM
