<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd" > 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <rdf:Description>
  <dc:title>Fast match() function</dc:title>
  <dc:description>Package providing a fast match() replacement for cases
that require repeated look-ups. It is slightly faster that R&apos;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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:creator>Simon Urbanek &lt;simon.urbanek@r-project.org&gt;</dc:creator>
  <dc:contributor>Simon Urbanek &lt;simon.urbanek@r-project.org&gt;</dc:contributor>
  <dc:rights>GPL-2</dc:rights>
  <dc:date>2012-01-21</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=fastmatch</dc:identifier>
 </rdf:Description>
</rdf:RDF>

