fastmap (1.2.0)
Published 2026-02-24 13:47:11 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("fastmap")About this package
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++.Fast Data Structures
Dependencies
| Suggests | testthat (>= 2.1.1) |
Details
2026-02-24 13:47:11 +00:00
Assets (1)
Versions (1)
View all
CRAN
1
MIT + file LICENSE
Winston Chang
Posit Software
PBC
Tessil
46 KiB
fastmap_1.2.0.tar.gz
46 KiB
1.2.0
2026-02-24