About Anaconda Help Download Anaconda

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

copied from cf-staging / r-fastmap

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v1.2.0
  • linux-aarch64 v1.2.0
  • osx-arm64 v1.2.0
  • osx-64 v1.2.0
  • win-64 v1.2.0
  • linux-ppc64le v1.2.0

conda install

To install this package run one of the following:
conda install conda-forge::r-fastmap
conda install conda-forge/label/cf202003::r-fastmap

Description


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy