-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Type: Package
Package: collections
Title: High Performance Container Data Types
Version: 0.3.6
Date: 2022-10-19
Authors@R:
c(person(given = "Randy",
family = "Lai",
role = c("aut", "cre"),
email = "[email protected]"),
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
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0