R-fastmap
Port variant standard
Summary Fast Data Structures
Package version 1.1.1
Homepage https://r-lib.github.io/fastmap/
Keywords cran
Maintainer CRAN Automaton
License Not yet specified
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 28 FEB 2023, 04:46:18 UTC
Port created 14 APR 2020, 06:14:40 UTC
Subpackage Descriptions
single 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++.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) gmake:primary:standard
R:primary:standard
icu:dev:standard
Runtime (only) R:primary:standard
R:nls:standard
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
3623809dd016ae8abd235200ba7834effc4b916915a059deb76044137c5c7173 46412 CRAN/fastmap_1.1.1.tar.gz
Ports that require R-fastmap:standard
R-cachem:standard Cache R Objects with Automatic Pruning
R-htmltools:standard Tools for HTML
R-promises:standard Promise-based asynchronous programing abstracts
R-shiny:standard Web Application Framework for R