Package: fastmap 1.2.0
fastmap: Fast Data Structures
Fast implementation of data structures, including a key-value store, stack, and queue. Environments are commonly used as key-value stores in R, but every time a new key is used, it is added to R's global symbol table, causing a small amount of memory leakage. This can be problematic in cases where many different keys are used. Fastmap avoids this memory leak issue by implementing the map using data structures in C++.
Authors:
fastmap_1.2.0.tar.gz
fastmap_1.2.0.zip(r-4.6)fastmap_1.2.0.zip(r-4.5)fastmap_1.2.0.zip(r-4.4)
fastmap_1.2.0.tgz(r-4.6-x86_64)fastmap_1.2.0.tgz(r-4.6-arm64)fastmap_1.2.0.tgz(r-4.5-x86_64)fastmap_1.2.0.tgz(r-4.5-arm64)
fastmap_1.2.0.tar.gz(r-4.6-arm64)fastmap_1.2.0.tar.gz(r-4.6-x86_64)fastmap_1.2.0.tar.gz(r-4.5-arm64)fastmap_1.2.0.tar.gz(r-4.5-x86_64)
fastmap_1.2.0.tgz(r-4.5-emscripten)
fastmap.pdf |fastmap.html✨
fastmap/json (API)
NEWS
| # Install 'fastmap' in R: |
| install.packages('fastmap', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/fastmap/issues
Pkgdown/docs site:https://r-lib.github.io
Last updated from:ef306eddef. Checks:13 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 106 | |
| linux-devel-x86_64 | OK | 123 | |
| source / vignettes | OK | 165 | |
| linux-release-arm64 | OK | 112 | |
| linux-release-x86_64 | OK | 114 | |
| macos-devel-arm64 | OK | 86 | |
| macos-devel-x86_64 | OK | 181 | |
| macos-release-arm64 | OK | 84 | |
| macos-release-x86_64 | OK | 190 | |
| windows-devel | OK | 126 | |
| windows-release | OK | 108 | |
| windows-oldrel | OK | 72 | |
| wasm-release | OK | 77 |
Exports:fastmapfastqueuefaststackis.key_missingkey_missing
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a fastmap object | fastmap |
| Create a queue | fastqueue |
| Create a stack | faststack |
| A missing key object | is.key_missing key_missing |
