Type: Package
Package: collections
Title: High Performance Container Data Types
Version: 0.3.9
Date: 2025-08-16
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
    <https://randy3k.github.io/collections/articles/benchmark.html> 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
RoxygenNote: 7.1.0
Packaged: 2025-08-18 17:06:46 UTC; randylai
Author: Randy Lai [aut, cre],
  Andrea Mazzoleni [cph] (tommy hash table library),
  Yann Collet [cph] (xxhash algorithm)
Maintainer: Randy Lai <randy.cs.lai@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-18 18:10:15 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:00:12 UTC; windows
Archs: x64
