Package: collections 0.3.12

Randy Lai

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://fastverse.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: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK111
linux-devel-x86_64OK113
source / vignettesOK165
linux-release-arm64OK115
linux-release-x86_64OK111
macos-release-arm64OK79
macos-release-x86_64OK184
macos-oldrel-arm64OK114
macos-oldrel-x86_64OK180
windows-develOK89
windows-releaseOK80
windows-oldrelOK73
wasm-releaseOK87

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