Package: fastmatch
Version: 1.1-3
Title: Fast 'match()' Function
Author: Simon Urbanek <simon.urbanek@r-project.org>
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: 2021-07-23 00:26:57 UTC; svnuser
Repository: CRAN
Date/Publication: 2021-07-23 07:39:52 UTC
