{
  "_id": "6a251c624b233be19838e2ee",
  "Package": "memo",
  "Type": "Package",
  "Title": "Hashmaps and Memoization (In-Memory Caching of Repeated\nComputations)",
  "Version": "1.1.2",
  "Date": "2025-12-10",
  "Authors@R": "person(given = \"Peter\",\nfamily = \"Meilstrup\",\nrole = c(\"aut\", \"cre\"),\nemail = \"peter.meilstrup@gmail.com\")",
  "Maintainer": "Peter Meilstrup <peter.meilstrup@gmail.com>",
  "Description": "A simple in-memory, LRU cache that can be wrapped around\nany function to memoize it. The cache is keyed on a hash of the\ninput data (using 'digest') or on pointer equivalence. Also\nincludes a generic hashmap object that can key on any object\ntype.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Collate": "'lru.R' 'cache.R' 'getPointer.R' 'map.R' 'memo-description.r'",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.3",
  "Repository": "https://crowding.r-universe.dev",
  "Date/Publication": "2025-12-09 22:41:13 UTC",
  "RemoteUrl": "https://github.com/crowding/memo",
  "RemoteRef": "HEAD",
  "RemoteSha": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-07 07:13:54 UTC",
    "User": "root"
  },
  "Author": "Peter Meilstrup [aut, cre]",
  "MD5sum": "a979258b4af51af53acb34d196a8b57e",
  "_user": "crowding",
  "_type": "src",
  "_file": "memo_1.1.2.tar.gz",
  "_fileid": "88650dc7fe5a9add2ac042aaa98596650fe9aefd6c1fce988ad1e969b5f0ec04",
  "_filesize": 106156,
  "_sha256": "88650dc7fe5a9add2ac042aaa98596650fe9aefd6c1fce988ad1e969b5f0ec04",
  "_created": "2026-06-07T07:13:54.000Z",
  "_published": "2026-06-07T07:23:14.007Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79940030768,
      "time": 114,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7461790297"
    },
    {
      "job": 79940030783,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7461790320"
    },
    {
      "job": 79940030773,
      "time": 157,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461795173"
    },
    {
      "job": 79940030786,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461789283"
    },
    {
      "job": 79940030775,
      "time": 180,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7461837455"
    },
    {
      "job": 79940030752,
      "time": 335,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7461818332"
    },
    {
      "job": 79940030766,
      "time": 168,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461809470"
    },
    {
      "job": 79940030792,
      "time": 283,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461818986"
    },
    {
      "job": 79939820196,
      "time": 212,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461776819"
    },
    {
      "job": 79940030731,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461788359"
    },
    {
      "job": 79940030788,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7461785920"
    },
    {
      "job": 79940030751,
      "time": 60,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7461783671"
    },
    {
      "job": 79940030761,
      "time": 65,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461784298"
    }
  ],
  "_buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/crowding/memo",
  "_commit": {
    "id": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
    "author": "Peter Meilstrup <peter.meilstrup@gmail.com>",
    "committer": "Peter Meilstrup <peter.meilstrup@gmail.com>",
    "message": "roxygen and bump version for submission\n",
    "time": 1765320073
  },
  "_maintainer": {
    "name": "Peter Meilstrup",
    "email": "peter.meilstrup@gmail.com",
    "login": "crowding",
    "description": "Data science, neuroscience, psychology",
    "uuid": 1406263
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 0.2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "crowding",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-50",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 13,
  "_contributors": [
    {
      "user": "crowding",
      "count": 241,
      "uuid": 1406263
    }
  ],
  "_userbio": {
    "uuid": 1406263,
    "type": "user",
    "name": "Peter Meilstrup",
    "description": "Data science, neuroscience, psychology"
  },
  "_downloads": {
    "count": 148,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/memo"
  },
  "_devurl": "https://github.com/crowding/memo",
  "_searchresults": 34,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/memo.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/crowding/memo",
  "_realowner": "crowding",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2016-08-25"
    },
    {
      "version": "1.0.1",
      "date": "2018-01-04"
    },
    {
      "version": "1.0.2",
      "date": "2022-05-05"
    },
    {
      "version": "1.1",
      "date": "2023-02-09"
    },
    {
      "version": "1.1.1",
      "date": "2023-12-12"
    },
    {
      "version": "1.1.2",
      "date": "2025-12-11"
    }
  ],
  "_exports": [
    "cache_stats",
    "digest_key",
    "dropKey",
    "from_pairs",
    "hashmap",
    "hasKey",
    "keys",
    "lru_cache",
    "memo",
    "permanent_cache",
    "pointer_key",
    "to_pairs",
    "values"
  ],
  "_help": [
    {
      "page": "memo-package",
      "title": "In-memory caching of repeated computations, by pointer equivalence.",
      "topics": [
        "memo-package"
      ]
    },
    {
      "page": "cache_stats",
      "title": "Report cache statistics.",
      "topics": [
        "cache_stats"
      ]
    },
    {
      "page": "hashmap",
      "title": "A reference-valued, key-value store.",
      "topics": [
        "dropKey",
        "from_pairs",
        "hashmap",
        "hasKey",
        "keys",
        "to_pairs",
        "values",
        "[.hashmap",
        "[<-.hashmap",
        "[[.hashmap",
        "[[<-.hashmap"
      ]
    },
    {
      "page": "memo",
      "title": "Memoize a function.",
      "topics": [
        "memo"
      ]
    },
    {
      "page": "lru_cache",
      "title": "`permanent_cache` constructs a cache that does not expire old entries. It should be used in situations where you know the number of values to remember is bounded.",
      "topics": [
        "lru_cache",
        "permanent_cache"
      ]
    },
    {
      "page": "strategies",
      "title": "Strategies for caching items.",
      "topics": [
        "digest_key",
        "hybrid_key",
        "pointer_key",
        "strategies"
      ]
    }
  ],
  "_readme": "https://github.com/crowding/memo/raw/HEAD/README.md",
  "_rundeps": [
    "digest"
  ],
  "_vignettes": [
    {
      "source": "README.Rmd",
      "filename": "README.html",
      "title": "The 'memo' package",
      "author": "Peter Meilstrup",
      "engine": "knitr::rmarkdown",
      "headings": [
        "#memo",
        "Fibonnacci example"
      ],
      "created": "2015-06-29 04:33:55",
      "modified": "2023-02-08 06:47:52",
      "commits": 8
    }
  ],
  "_score": 5.344392273685111,
  "_indexed": true,
  "_nocasepkg": "memo",
  "_universes": [
    "crowding"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.2",
      "date": "2026-06-07T07:16:07.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "a832f19b85d92b57ae5fba99cf3565d93b7e60c4231eda11644d9d02f03c3b78",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.2",
      "date": "2026-06-07T07:16:05.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "35f529416c8153a7e0a406cc91c3a04779ffd656a49b7fbc9afe00a815d19e37",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.2",
      "date": "2026-06-07T07:16:49.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "bcf269632b2b1e215a6fb6c5be58c7db028268d8d207a9544386906215285dfe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.2",
      "date": "2026-06-07T07:15:57.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "066a45e1104e19cc18406db71345f0c2c4d6dea00ea30bfd2d303c3a809bac5c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.2",
      "date": "2026-06-07T07:22:17.000Z",
      "arch": "aarch64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "301e3a93900344e65c1ba177b5f1b8985c946f73a0b925d7459e55a3a7e74dd5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.2",
      "date": "2026-06-07T07:19:43.000Z",
      "arch": "x86_64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "18f137831ce8b2f4b2d554572b3433841fe379c4c70ff9187338f829eba80319",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.2",
      "date": "2026-06-07T07:18:38.000Z",
      "arch": "aarch64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "1a98a030086f31db364d7ed3dba6a5008a1f3c7ca34bf73ee397bc6910757b75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.2",
      "date": "2026-06-07T07:19:35.000Z",
      "arch": "x86_64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "9ae6cdc32184c4b3720a7aa51c61be33301dea575720d0d643fd2e44208825a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.2",
      "date": "2026-06-07T07:15:58.000Z",
      "arch": "emscripten",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "b1b3ab4bcee538da5aa9ae6756541daa91ff335df3e0062236330c0b64bbf49f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.2",
      "date": "2026-06-07T07:15:18.000Z",
      "arch": "x86_64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "17820f2fcabc309bc1072c6ffc53be5a263a692f42987c973ac122311ff3d612",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.2",
      "date": "2026-06-07T07:15:01.000Z",
      "arch": "x86_64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "149ab0d905f8732a5f757a483be47e6562bf8e99ea0c4aa7a659ccf9d242d19b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.2",
      "date": "2026-06-07T07:15:05.000Z",
      "arch": "x86_64",
      "commit": "09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01",
      "fileid": "012864f9b706b9f83a8a764adb39c4b8decfce9fff31435b356607e41968e7f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crowding/actions/runs/27085765869"
    }
  ]
}