Type: Package Package: collections Title: High Performance Container Data Types Version: 0.3.12 Date: 2026-03-21 Authors@R: c(person(given = "Randy", family = "Lai", role = c("aut", "cre"), email = "randy.cs.lai@gmail.com"), person(given = "Andrea", family = "Mazzoleni", role = "cph", comment = "tommy hash table library"), person(given = "Yann", family = "Collet", role = "cph", comment = "xxhash algorithm")) Description: Provides high performance container data types such as queues, stacks, deques, dicts and ordered dicts. Benchmarks have shown that these containers are asymptotically more efficient than those offered by other packages. License: MIT + file LICENSE URL: https://github.com/randy3k/collections/ Suggests: testthat (>= 2.3.1) ByteCompile: yes Encoding: UTF-8 NeedsCompilation: yes Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.0 Repository: https://randy3k.r-universe.dev Date/Publication: 2026-03-21 22:02:32 UTC RemoteUrl: https://github.com/randy3k/collections RemoteRef: HEAD RemoteSha: e3c36a1b68d4ccd805644a797848ee0c7b796860 Packaged: 2026-06-19 07:55:39 UTC; root Author: Randy Lai [aut, cre], Andrea Mazzoleni [cph] (tommy hash table library), Yann Collet [cph] (xxhash algorithm) Maintainer: Randy Lai