About Anaconda Help Download Anaconda

r / packages / r-fastmap

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

Click on a badge to see how to embed it in your web page
badge
https://anaconda.org/r/r-fastmap/badges/version.svg
badge
https://anaconda.org/r/r-fastmap/badges/latest_release_date.svg
badge
https://anaconda.org/r/r-fastmap/badges/latest_release_relative_date.svg
badge
https://anaconda.org/r/r-fastmap/badges/platforms.svg
badge
https://anaconda.org/r/r-fastmap/badges/license.svg
badge
https://anaconda.org/r/r-fastmap/badges/downloads.svg

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