FreeBSD.software
Home/databases/R-cran-fastmap

R-cran-fastmap

1.2.0

Fast Implementation of a Key-Value Store

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++.

Origin: databases/R-cran-fastmap
Category: databases
Size: 130KiB
License: MIT
Maintainer: uzsolt@FreeBSD.org
Dependencies: 2 packages
Required by: 5 packages
$pkg install R-cran-fastmap

Dependencies (2)

Required By (5 packages)

More in databases