Package: fastmap 1.2.0

Winston Chang

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:Winston Chang [aut, cre], Posit Software, PBC [cph, fnd], Tessil [cph]

fastmap_1.2.0.tar.gz
fastmap_1.2.0.zip(r-4.7-x86_64)fastmap_1.2.0.zip(r-4.7-arm64)fastmap_1.2.0.zip(r-4.6-x86_64)fastmap_1.2.0.zip(r-4.6-arm64)fastmap_1.2.0.zip(r-4.5-x86_64)
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.7-arm64)fastmap_1.2.0.tar.gz(r-4.7-x86_64)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.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
fastmap/json (API)

# 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

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

14.31 score 135 stars 6.4k packages 147 scripts 1.2M downloads 3 mentions 5 exports 0 dependencies

Last updated from:81ab40d9ec. Checks:15 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK97
linux-devel-x86_64OK118
source / vignettesOK159
linux-release-arm64OK104
linux-release-x86_64OK115
macos-release-arm64OK83
macos-release-x86_64OK194
macos-oldrel-arm64OK78
macos-oldrel-x86_64OK187
windows-devel-arm64OK176
windows-devel-x86_64OK84
windows-release-arm64OK195
windows-release-x86_64OK89
windows-oldrel-x86_64OK74
wasm-releaseOK120

Exports:fastmapfastqueuefaststackis.key_missingkey_missing

Dependencies: