# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "collections" in publications use:' type: software license: MIT title: 'collections: High Performance Container Data Types' version: 0.3.12 doi: 10.32614/CRAN.package.collections abstract: 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. authors: - family-names: Lai given-names: Randy email: randy.cs.lai@gmail.com repository: https://fastverse.r-universe.dev repository-code: https://github.com/randy3k/collections/ commit: e3c36a1b68d4ccd805644a797848ee0c7b796860 url: https://github.com/randy3k/collections/ date-released: '2026-03-21' contact: - family-names: Lai given-names: Randy email: randy.cs.lai@gmail.com