{
  "_id": "6a1ed893b401979e7340f151",
  "Type": "Package",
  "Package": "collections",
  "Title": "High Performance Container Data Types",
  "Version": "0.3.12",
  "Date": "2026-03-21",
  "Authors@R": "c(person(given = \"Randy\",\nfamily = \"Lai\",\nrole = c(\"aut\", \"cre\"),\nemail = \"randy.cs.lai@gmail.com\"),\nperson(given = \"Andrea\",\nfamily = \"Mazzoleni\",\nrole = \"cph\",\ncomment = \"tommy hash table library\"),\nperson(given = \"Yann\",\nfamily = \"Collet\",\nrole = \"cph\",\ncomment = \"xxhash algorithm\"))",
  "Description": "Provides high performance container data types such as\nqueues, stacks, deques, dicts and ordered dicts. Benchmarks\n<https://randy3k.github.io/collections/articles/benchmark.html>\nhave shown that these containers are asymptotically more\nefficient than those offered by other packages.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/randy3k/collections/",
  "ByteCompile": "yes",
  "Encoding": "UTF-8",
  "NeedsCompilation": "yes",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.0",
  "Repository": "https://fastverse.r-universe.dev",
  "Date/Publication": "2026-03-21 22:02:32 UTC",
  "RemoteUrl": "https://github.com/randy3k/collections",
  "RemoteRef": "HEAD",
  "RemoteSha": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
  "Packaged": {
    "Date": "2026-05-20 09:42:12 UTC",
    "User": "root"
  },
  "Author": "Randy Lai [aut, cre],\nAndrea Mazzoleni [cph] (tommy hash table library),\nYann Collet [cph] (xxhash algorithm)",
  "Maintainer": "Randy Lai <randy.cs.lai@gmail.com>",
  "MD5sum": "d3ebfe369d7100546bf7808d0f132cc6",
  "_user": "fastverse",
  "_type": "src",
  "_file": "collections_0.3.12.tar.gz",
  "_fileid": "664d0e584114582304b006e8c2a739843897c299ae00a87e6aab52e80d59b84b",
  "_filesize": 200748,
  "_sha256": "664d0e584114582304b006e8c2a739843897c299ae00a87e6aab52e80d59b84b",
  "_created": "2026-05-20T09:42:12.000Z",
  "_published": "2026-06-02T13:20:19.715Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79080065818,
      "time": 111,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7106603214"
    },
    {
      "job": 79080065414,
      "time": 113,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7106603529"
    },
    {
      "job": 79080066556,
      "time": 115,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106604463"
    },
    {
      "job": 79080066007,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106603076"
    },
    {
      "job": 79080066267,
      "time": 114,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7106604060"
    },
    {
      "job": 79080065923,
      "time": 180,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7106627148"
    },
    {
      "job": 79080065930,
      "time": 79,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106592007"
    },
    {
      "job": 79080065362,
      "time": 184,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106629065"
    },
    {
      "job": 79080064691,
      "time": 165,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106562232"
    },
    {
      "job": 79080064864,
      "time": 87,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7358810041"
    },
    {
      "job": 79080065940,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7106595096"
    },
    {
      "job": 79080066519,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7106589506"
    },
    {
      "job": 79080066032,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106591998"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/randy3k/collections",
  "_commit": {
    "id": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
    "author": "Randy Lai <randy.cs.lai@gmail.com>",
    "committer": "Randy Lai <randy.cs.lai@gmail.com>",
    "message": "chore: bump up to 0.3.12\n",
    "time": 1774130552
  },
  "_maintainer": {
    "name": "Randy Lai",
    "email": "randy.cs.lai@gmail.com",
    "login": "randy3k",
    "description": "",
    "uuid": 1690993
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "testthat",
      "version": ">= 2.3.1",
      "role": "Suggests"
    }
  ],
  "_owner": "randy3k",
  "_selfowned": false,
  "_usedby": 66,
  "_updates": [
    {
      "week": "2025-33",
      "n": 4
    },
    {
      "week": "2026-04",
      "n": 3
    },
    {
      "week": "2026-06",
      "n": 2
    },
    {
      "week": "2026-12",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v0.3.9",
      "date": "2025-08-17"
    },
    {
      "name": "v0.3.10",
      "date": "2026-01-21"
    },
    {
      "name": "v0.3.11",
      "date": "2026-02-04"
    },
    {
      "name": "v0.3.12",
      "date": "2026-03-21"
    }
  ],
  "_stars": 110,
  "_contributors": [
    {
      "user": "randy3k",
      "count": 305,
      "uuid": 1690993
    }
  ],
  "_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": 35406,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/collections"
  },
  "_devurl": "https://github.com/randy3k/collections",
  "_searchresults": 204,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/collections.html",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/randy3k/collections",
  "_realowner": "randy3k",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-07-30"
    },
    {
      "version": "0.1.1",
      "date": "2018-08-08"
    },
    {
      "version": "0.1.2",
      "date": "2018-09-01"
    },
    {
      "version": "0.1.3",
      "date": "2018-11-08"
    },
    {
      "version": "0.1.4",
      "date": "2019-03-04"
    },
    {
      "version": "0.1.5",
      "date": "2019-03-08"
    },
    {
      "version": "0.1.6",
      "date": "2019-04-04"
    },
    {
      "version": "0.2.0",
      "date": "2019-10-02"
    },
    {
      "version": "0.2.1",
      "date": "2019-10-10"
    },
    {
      "version": "0.2.2",
      "date": "2019-10-26"
    },
    {
      "version": "0.2.3",
      "date": "2019-11-02"
    },
    {
      "version": "0.2.4",
      "date": "2020-02-07"
    },
    {
      "version": "0.2.5",
      "date": "2020-03-15"
    },
    {
      "version": "0.3.0",
      "date": "2020-04-19"
    },
    {
      "version": "0.3.1",
      "date": "2020-04-30"
    },
    {
      "version": "0.3.2",
      "date": "2020-06-01"
    },
    {
      "version": "0.3.3",
      "date": "2020-06-14"
    },
    {
      "version": "0.3.4",
      "date": "2020-07-25"
    },
    {
      "version": "0.3.5",
      "date": "2020-08-10"
    },
    {
      "version": "0.3.6",
      "date": "2022-10-19"
    },
    {
      "version": "0.3.7",
      "date": "2023-01-05"
    },
    {
      "version": "0.3.8",
      "date": "2025-05-08"
    },
    {
      "version": "0.3.9",
      "date": "2025-08-18"
    },
    {
      "version": "0.3.10",
      "date": "2026-01-21"
    },
    {
      "version": "0.3.11",
      "date": "2026-02-05"
    },
    {
      "version": "0.3.12",
      "date": "2026-03-22"
    }
  ],
  "_exports": [
    "cls",
    "deque",
    "Deque",
    "dict",
    "Dict",
    "ordered_dict",
    "OrderedDict",
    "priority_queue",
    "PriorityQueue",
    "queue",
    "Queue",
    "stack",
    "Stack"
  ],
  "_help": [
    {
      "page": "collections-package",
      "title": "collections: High Performance Container Data Types",
      "topics": [
        "collections-package",
        "collections"
      ]
    },
    {
      "page": "cls",
      "title": "Inspect objects",
      "topics": [
        "cls"
      ]
    },
    {
      "page": "deprecated",
      "title": "Deprecated Functions",
      "topics": [
        "deprecated",
        "Deque",
        "Dict",
        "OrderedDict",
        "PriorityQueue",
        "Queue",
        "Stack"
      ]
    },
    {
      "page": "deque",
      "title": "Double Ended Queue",
      "topics": [
        "deque"
      ]
    },
    {
      "page": "dict",
      "title": "Dictionary",
      "topics": [
        "dict"
      ]
    },
    {
      "page": "ordered_dict",
      "title": "Ordered Dictionary",
      "topics": [
        "ordered_dict"
      ]
    },
    {
      "page": "priority_queue",
      "title": "Priority Queue",
      "topics": [
        "priority_queue"
      ]
    },
    {
      "page": "queue",
      "title": "Queue",
      "topics": [
        "queue"
      ]
    },
    {
      "page": "stack",
      "title": "Stack",
      "topics": [
        "stack"
      ]
    }
  ],
  "_readme": "https://github.com/randy3k/collections/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 10.497794903532279,
  "_indexed": false,
  "_nocasepkg": "collections",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://randy3k.r-universe.dev/collections",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.12",
      "date": "2026-05-20T09:44:13.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "f628bd76b65df98585508c77466675082a5c0ddd2213694d23a9868e69c3619d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.12",
      "date": "2026-05-20T09:44:12.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "a31f8685557e510b0bb22c98c47283c4c686692e96c60b66cd534179ee4373a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.12",
      "date": "2026-05-20T09:44:17.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "a5b09aba4b741e8bc1eb6fcbf4e8f1551a5f33cee827bd287bdb36adbbe5c992",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.12",
      "date": "2026-05-20T09:44:10.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "cbdd52e86c17c3206816a1d13fa5041526238bf39f51242ac228ab422edec507",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.12",
      "date": "2026-05-20T09:44:12.000Z",
      "arch": "aarch64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "1da17abeae28f32eeebe4eadea6c12b739f25e81f465ed0b4f9f7693bbc262f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.12",
      "date": "2026-05-20T09:45:04.000Z",
      "arch": "x86_64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "20eaaf3cf38e7e92f42c8cbaefbcdc4eb8d8d9c6895b98c75fb1da9ff3f84cd4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.12",
      "date": "2026-05-20T09:43:40.000Z",
      "arch": "aarch64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "7a81d4a1318a1d2c680801c705c485054ffefc5d19be73647696f5dafd7cdefd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.12",
      "date": "2026-05-20T09:45:11.000Z",
      "arch": "x86_64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "4b942214c1b494b1153b7f930a53687941fb79f7b89b00fa4f2fdcf848e0d343",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.12",
      "date": "2026-05-20T09:43:28.000Z",
      "arch": "x86_64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "a02cf5e124595ceda8be7f2ee7438a2def02bad6349edc1c11d693a23857e6d2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.12",
      "date": "2026-05-20T09:43:20.000Z",
      "arch": "x86_64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "f3a5308bc15db28c2dd20e8430e8b9d17736ea9d60e307fd4c19aa2a3ffb004c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.12",
      "date": "2026-05-20T09:43:24.000Z",
      "arch": "x86_64",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "1b7be0da01a5121597a8e8bd34fb40aedfe6b23d3dbde8b7aeac5303c49fd250",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.12",
      "date": "2026-06-02T13:19:30.000Z",
      "arch": "emscripten",
      "commit": "e3c36a1b68d4ccd805644a797848ee0c7b796860",
      "fileid": "f92d5224f3fa0ae819f9756689fcf30572ac7122efeba1bb73498128ee0c4bf5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26154359510"
    }
  ]
}