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:
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
Last updated from:e3c36a1b68. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 105 | ||
| linux-devel-x86_64 | OK | 107 | ||
| source / vignettes | OK | 152 | ||
| linux-release-arm64 | OK | 104 | ||
| linux-release-x86_64 | OK | 99 | ||
| macos-release-arm64 | OK | 92 | ||
| macos-release-x86_64 | OK | 163 | ||
| macos-oldrel-arm64 | OK | 100 | ||
| macos-oldrel-x86_64 | OK | 237 | ||
| windows-devel | OK | 78 | ||
| windows-release | OK | 64 | ||
| windows-oldrel | OK | 84 | ||
| wasm-release | OK | 91 |
Exports:clsdequeDequedictDictordered_dictOrderedDictpriority_queuePriorityQueuequeueQueuestackStack
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| collections: High Performance Container Data Types | collections-package collections |
| Inspect objects | cls |
| Deprecated Functions | deprecated Deque Dict OrderedDict PriorityQueue Queue Stack |
| Double Ended Queue | deque |
| Dictionary | dict |
| Ordered Dictionary | ordered_dict |
| Priority Queue | priority_queue |
| Queue | queue |
| Stack | stack |
