About Anaconda Help Download Anaconda

r_test / packages / r-fastmap 1.0.0

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

Installers

  • linux-64 v1.0.0
  • osx-64 v1.0.0
  • win-64 v1.0.0

conda install

To install this package run one of the following:
conda install r_test::r-fastmap

Description


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy