{
  "_id": "6a168c3facfb0bcc41d77166",
  "Package": "fastmap",
  "Title": "Fast Data Structures",
  "Version": "1.2.0",
  "Authors@R": "c(\nperson(\"Winston\", \"Chang\", email = \"winston@posit.co\", role = c(\"aut\", \"cre\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n)",
  "Description": "Fast implementation of data structures, including a\nkey-value store, stack, and queue. Environments are commonly\nused as key-value stores in R, but every time a new key is\nused, it is added to R's global symbol table, causing a small\namount of memory leakage. This can be problematic in cases\nwhere many different keys are used. Fastmap avoids this memory\nleak issue by implementing the map using data structures in\nC++.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "URL": "https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap",
  "BugReports": "https://github.com/r-lib/fastmap/issues",
  "Roxygen": "list(markdown = TRUE)",
  "Repository": "https://fastverse.r-universe.dev",
  "Date/Publication": "2026-04-20 16:57:33 UTC",
  "RemoteUrl": "https://github.com/r-lib/fastmap",
  "RemoteRef": "HEAD",
  "RemoteSha": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-27 06:12:05 UTC",
    "User": "root"
  },
  "Author": "Winston Chang [aut, cre],\nPosit Software, PBC [cph, fnd],\nTessil [cph] (hopscotch_map library)",
  "Maintainer": "Winston Chang <winston@posit.co>",
  "MD5sum": "8649002d65e6060265eb282b00fb4b91",
  "_user": "fastverse",
  "_type": "src",
  "_file": "fastmap_1.2.0.tar.gz",
  "_fileid": "06fd15afb46c9e6bbd1a41da7a30f0a641128b1c941a5eb550ffe383df73dc2b",
  "_filesize": 138415,
  "_sha256": "06fd15afb46c9e6bbd1a41da7a30f0a641128b1c941a5eb550ffe383df73dc2b",
  "_created": "2026-05-27T06:12:05.000Z",
  "_published": "2026-05-27T06:16:31.141Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78018377622,
      "time": 105,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7233198511"
    },
    {
      "job": 78018377578,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7233199231"
    },
    {
      "job": 78018377619,
      "time": 103,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233198251"
    },
    {
      "job": 78018377598,
      "time": 107,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233199072"
    },
    {
      "job": 78018377594,
      "time": 76,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7233192074"
    },
    {
      "job": 78018377631,
      "time": 223,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7233225175"
    },
    {
      "job": 78018377611,
      "time": 93,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233195524"
    },
    {
      "job": 78018377647,
      "time": 193,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233218139"
    },
    {
      "job": 78017979187,
      "time": 203,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233173403"
    },
    {
      "job": 78018377576,
      "time": 78,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233192314"
    },
    {
      "job": 78018377586,
      "time": 121,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7233202369"
    },
    {
      "job": 78018377591,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7233191709"
    },
    {
      "job": 78018377588,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233193378"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/fastmap",
  "_commit": {
    "id": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
    "author": "Barret Schloerke <schloerke@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "fix: \"key must be not be\" → \"key must not be\" (#42)",
    "time": 1776704253
  },
  "_maintainer": {
    "name": "Winston Chang",
    "email": "winston@posit.co",
    "login": "wch",
    "description": "Senior Principal Software Engineer at @posit-pbc (formerly known as @rstudio)",
    "uuid": 86978
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "testthat",
      "version": ">= 2.1.1",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": false,
  "_usedby": 6196,
  "_updates": [
    {
      "week": "2026-17",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 135,
  "_contributors": [
    {
      "user": "wch",
      "count": 175,
      "uuid": 86978
    },
    {
      "user": "schloerke",
      "count": 4,
      "uuid": 93231
    },
    {
      "user": "jennybc",
      "count": 1,
      "uuid": 599454
    },
    {
      "user": "tracykteal",
      "count": 1,
      "uuid": 889238
    }
  ],
  "_userbio": {
    "uuid": 105517888,
    "type": "organization",
    "name": "fastverse",
    "description": "An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R"
  },
  "_downloads": {
    "count": 1036567,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastmap"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/r-lib/fastmap",
  "_pkgdown": "https://r-lib.github.io/fastmap/",
  "_searchresults": 142,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastmap.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/fastmap",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2019-07-28"
    },
    {
      "version": "1.0.1",
      "date": "2019-10-08"
    },
    {
      "version": "1.1.0",
      "date": "2021-01-25"
    },
    {
      "version": "1.1.1",
      "date": "2023-02-24"
    },
    {
      "version": "1.2.0",
      "date": "2024-05-15"
    }
  ],
  "_exports": [
    "fastmap",
    "fastqueue",
    "faststack",
    "is.key_missing",
    "key_missing"
  ],
  "_help": [
    {
      "page": "fastmap",
      "title": "Create a fastmap object",
      "topics": [
        "fastmap"
      ]
    },
    {
      "page": "fastqueue",
      "title": "Create a queue",
      "topics": [
        "fastqueue"
      ]
    },
    {
      "page": "faststack",
      "title": "Create a stack",
      "topics": [
        "faststack"
      ]
    },
    {
      "page": "key_missing",
      "title": "A missing key object",
      "topics": [
        "is.key_missing",
        "key_missing"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/fastmap/raw/HEAD/README.md",
  "_rundeps": [],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 14.220664669046297,
  "_indexed": false,
  "_nocasepkg": "fastmap",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://r-lib.r-universe.dev/fastmap",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-27T06:14:00.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "820cf06d669c0da7aba40cc46508806bf98941f6f4a21405a7cfcf57b5ba963c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-27T06:14:01.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "e67ef42f9aaba29b90f50928f2f5067db939434ed36be8b49dac4a9f14772293",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-27T06:14:00.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "3aac411e68b33316d46101b40b7fdbeb0978b56efd4c36c2457d167020b53f27",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-27T06:14:01.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "c7e60945ad14a9b46c7a68d24bd6f6a5a9e58977ffde3ae965e262dcb5683e56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-27T06:13:34.000Z",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "c02708657c23a1e3cdfa47c3a5da8d052ca32b920103358aa67f4580dfc28d13",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-27T06:15:44.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "e5705dfa7e44723c805ed39d6c58633f849bde7a2e2aa48f498713f0d43c1f32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-27T06:13:41.000Z",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "ce1af8c6d382e6a3b883da4d4fe9ff93cd10ae97e7f0c98140e14703d42c9e78",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-27T06:15:03.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "6b223eaa2e73ea7f63539ac7ca7938f13ee96c23399d6d74dbcf2eb546268909",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-05-27T06:13:44.000Z",
      "arch": "emscripten",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "a22cba206b0c32c4909936022a5ac8aa8d0d2d45179830b26ec60647ecb252f6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-27T06:13:51.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "11f3bd086d948d80a3305d012701609148a51043854d2caa7b14416ec965f56e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-27T06:13:13.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "2ee21627b0a1b4e0d8a27123ed068248b42f6b76e548134877f055a73566ee13",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-27T06:13:17.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "38a75cf931a3435228a6345a4f119f46cb6e02c819b0a95fd66738d7dbd458f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26494063578"
    }
  ]
}