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 services::r-fastmap

Usage Tracking

1.1.1
1.1.0
2 / 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

Apr 22, 2023 at 19:34

License

MIT

Total Downloads

129

Supported Platforms

linux-64
macOS-64

Unsupported Platforms

win-64 Last supported version: 1.1.0