Package: collections
Type: Package
Title: High Performance Container Data Types
Version: 0.1.0
Date: 2018-07-29
Authors@R: c(
    person("Randy", "Lai", , "randy.cs.lai@gmail.com", role = c("aut", "cre"))
    )
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)
NeedsCompilation: yes
ByteCompile: yes
Imports: R6
Suggests: testthat
LazyData: true
RoxygenNote: 6.1.0
Packaged: 2018-07-30 14:33:57 UTC; Randy
Author: Randy Lai [aut, cre]
Maintainer: Randy Lai <randy.cs.lai@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-30 16:20:02 UTC
