CMD + K

r-fastmap

Community

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

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::r-fastmap

Usage Tracking

1.2.0
1.1.1
1.1.0
1.0.1
4 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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

Last Updated

May 15, 2024 at 11:43

License

MIT

Total Downloads

2.5M

Version Downloads

659.2K

Supported Platforms

linux-ppc64le
macOS-arm64
macOS-64
win-64
linux-64
linux-aarch64