Package: collections 0.3.6

collections: High Performance Container Data Types

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.

Authors:Randy Lai [aut, cre], Andrea Mazzoleni [cph], Yann Collet [cph]

collections_0.3.6.tar.gz
collections_0.3.6.zip(r-4.5)collections_0.3.6.zip(r-4.4)collections_0.3.6.zip(r-4.3)
collections_0.3.6.tgz(r-4.4-x86_64)collections_0.3.6.tgz(r-4.4-arm64)collections_0.3.6.tgz(r-4.3-x86_64)collections_0.3.6.tgz(r-4.3-arm64)
collections_0.3.6.tar.gz(r-4.5-noble)collections_0.3.6.tar.gz(r-4.4-noble)
collections_0.3.6.tgz(r-4.4-emscripten)collections_0.3.6.tgz(r-4.3-emscripten)
collections.pdf |collections.html
collections/json (API)

# Install 'collections' in R:
install.packages('collections', repos = c('https://randy3k.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/randy3k/collections/issues

On CRAN:

9.05 score 103 stars 29 packages 183 scripts 14k downloads 13 exports 0 dependencies

Last updated 2 years agofrom:842ab2f129. Checks:OK: 8 NOTE: 1. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 08 2024
R-4.5-win-x86_64NOTEOct 08 2024
R-4.5-linux-x86_64OKOct 08 2024
R-4.4-win-x86_64OKOct 08 2024
R-4.4-mac-x86_64OKOct 08 2024
R-4.4-mac-aarch64OKOct 08 2024
R-4.3-win-x86_64OKOct 08 2024
R-4.3-mac-x86_64OKOct 08 2024
R-4.3-mac-aarch64OKOct 08 2024

Exports:clsdequeDequedictDictordered_dictOrderedDictpriority_queuePriorityQueuequeueQueuestackStack

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
collections: High Performance Container Data Typescollections-package collections
Inspect objectscls
Deprecated Functionsdeprecated Deque Dict OrderedDict PriorityQueue Queue Stack
Double Ended Queuedeque
Dictionarydict
Ordered Dictionaryordered_dict
Priority Queuepriority_queue
Queuequeue
Stackstack