<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Hashmaps and Memoization (in-Memory Caching of Repeated
Computations)</dc:title>
  <dc:title>R package memo version 1.1.2</dc:title>
  <dc:description>A simple in-memory, LRU cache that can be wrapped
    around any function to memoize it. The cache is keyed on a hash
    of the input data (using 'digest') or on pointer equivalence.
    Also includes a generic hashmap object that can key on any object type.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.5.0)</dc:relation>
  <dc:relation>Imports: digest</dc:relation>
  <dc:relation>Suggests: testthat (&gt;= 0.2), knitr, rmarkdown</dc:relation>
  <dc:creator>Peter Meilstrup &lt;peter.meilstrup@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Peter Meilstrup [aut, cre]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=memo/LICENSE)</dc:rights>
  <dc:date>2025-12-10</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=memo</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.memo</dc:identifier>
</oai_dc:dc>
