R-fastmap
Port variant std
Summary Fast Data Structures
BROKEN
Package version 1.2.0
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 09 AUG 2024, 21:24:17 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:std
R:primary:std
icu:dev:std
Runtime (only) R:primary:std
R:nls:std
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
b1da04a2915d1d057f3c2525e295ef15016a64e6667eac83a14641bbd83b9246 46710 CRAN/fastmap_1.2.0.tar.gz
Ports that require R-fastmap:std
R-bslib:std Custom Bootstrap and Sass themes
R-cachem:std Cache R Objects with Automatic Pruning
R-htmltools:std Tools for HTML
R-promises:std Promise-based asynchronous programing abstracts
R-shiny:std Web Application Framework for R