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.

Version: 1.0-4
Published: 2012-01-21
Author: Simon Urbanek
Maintainer: Simon Urbanek <simon.urbanek at r-project.org>
License: GPL-2
URL: http://www.rforge.net/fastmatch
NeedsCompilation: yes
CRAN checks: fastmatch results

Downloads:

Package source: fastmatch_1.0-4.tar.gz
MacOS X binary: fastmatch_1.0-4.tgz
Windows binary: fastmatch_1.0-4.zip
Reference manual: fastmatch.pdf
News/ChangeLog:NEWS
Old sources: fastmatch archive

Reverse dependencies:

Reverse depends: gRain
Reverse imports: gRbase
Reverse suggests: data.table