aboutsummaryrefslogtreecommitdiff
path: root/databases/R-cran-fastmap/pkg-descr
blob: af0f5476c281eb2a6c90acb16013b970ba7bff3f (plain) (blame)
1
2
3
4
5
6
7
8
Fast implementation of a key-value store. Environments are commonly
used as key-value stores, 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++.

WWW: https://cran.r-project.org/web/packages/fastmap/