Package: collections
Type: Package
Title: High Performance Container Data Types
Version: 0.2.0
Date: 2019-09-30
Authors@R: c(
    person("Randy", "Lai", , "randy.cs.lai@gmail.com", role = c("aut", "cre")),
    person("Andrea", "Mazzoleni", role = "cph", comment = "tommy hash table library")
    )
Description: Provides high performance container data types such as Queue, Stack, Deque, Dict and OrderedDict. Benchmarks <https://randy3k.github.io/collections/articles/benchmark.html> have shown that these containers are asymptotically more efficient than those offered by other packages.
URL: https://randy3k.github.io/collections
License: MIT + file LICENSE
Depends: R (>= 3.4.0)
Imports: xptr
NeedsCompilation: yes
ByteCompile: yes
Suggests: testthat
LazyData: true
RoxygenNote: 6.1.1
Packaged: 2019-10-02 05:34:35 UTC; randy
Author: Randy Lai [aut, cre],
  Andrea Mazzoleni [cph] (tommy hash table library)
Maintainer: Randy Lai <randy.cs.lai@gmail.com>
Repository: CRAN
Date/Publication: 2019-10-02 06:00:02 UTC
