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
CRAN
2026-02-24 13:47:11 +00:00
0
MIT + file LICENSE
Winston Chang
Posit Software
PBC
Tessil
46 KiB
Assets (1)
Versions (1) View all
1.2.0 2026-02-24