Port variant | standard |
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 | 17 MAY 2024, 18:31:15 UTC |
Port created | 14 APR 2020, 06:14:40 UTC |
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++. |
Build (only) |
gmake:primary:standard R:primary:standard icu:dev:standard |
Runtime (only) |
R:primary:standard R:nls:standard |
main | mirror://CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ |
R-bslib:standard | Custom Bootstrap and Sass themes |
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 |