Package: collections 0.3.12

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.12.tar.gz
collections_0.3.12.zip(r-4.7)collections_0.3.12.zip(r-4.6)collections_0.3.12.zip(r-4.5)
collections_0.3.12.tgz(r-4.6-x86_64)collections_0.3.12.tgz(r-4.6-arm64)collections_0.3.12.tgz(r-4.5-x86_64)collections_0.3.12.tgz(r-4.5-arm64)
collections_0.3.12.tar.gz(r-4.7-arm64)collections_0.3.12.tar.gz(r-4.7-x86_64)collections_0.3.12.tar.gz(r-4.6-arm64)collections_0.3.12.tar.gz(r-4.6-x86_64)
collections_0.3.12.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
collections/json (API)

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

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

On CRAN:

Conda:

10.50 score 110 stars 66 packages 204 scripts 35k downloads 13 exports 0 dependencies

Last updated from:e3c36a1b68. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK105
linux-devel-x86_64OK107
source / vignettesOK152
linux-release-arm64OK104
linux-release-x86_64OK99
macos-release-arm64OK92
macos-release-x86_64OK163
macos-oldrel-arm64OK100
macos-oldrel-x86_64OK237
windows-develOK78
windows-releaseOK64
windows-oldrelOK84
wasm-releaseOK91

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