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:
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')) |
Bug tracker:https://github.com/randy3k/collections/issues
Last updated 2 years agofrom:842ab2f129. Checks:OK: 8 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 08 2024 |
R-4.5-win-x86_64 | NOTE | Oct 08 2024 |
R-4.5-linux-x86_64 | OK | Oct 08 2024 |
R-4.4-win-x86_64 | OK | Oct 08 2024 |
R-4.4-mac-x86_64 | OK | Oct 08 2024 |
R-4.4-mac-aarch64 | OK | Oct 08 2024 |
R-4.3-win-x86_64 | OK | Oct 08 2024 |
R-4.3-mac-x86_64 | OK | Oct 08 2024 |
R-4.3-mac-aarch64 | OK | Oct 08 2024 |
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 |