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
DESCRIPTION
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.41 score 111 stars 67 packages 198 scripts 29k downloads 13 exports 0 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-arm64OK141
linux-devel-x86_64OK132
source / vignettesOK148
linux-release-arm64OK117
linux-release-x86_64OK129
macos-release-arm64OK83
macos-release-x86_64OK256
macos-oldrel-arm64OK97
macos-oldrel-x86_64OK149
windows-develOK72
windows-releaseOK83
windows-oldrelOK143
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