CMD + K

r-fastmap

Anaconda Verified

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

Installation

To install this package, run one of the following:

Conda
$conda install r::r-fastmap

Usage Tracking

1.1.1
1.1.0
1.0.0
3 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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

Last Updated

Jan 16, 2024 at 21:21

License

MIT

Supported Platforms

linux-64

Unsupported Platforms

macOS-64 Last supported version: 1.0.0
win-64 Last supported version: 1.0.0