Installation
About
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++.
r-lib.github.io/fastmap/ | |
github.com/r-lib/fastmap | |
Bug report | File report |
Key Metrics
Downloads
Last 24 hours | 0 -100% |
Last 7 days | 169.413 -27% |
Last 30 days | 787.250 +30% |
Last 90 days | 1.933.136 -16% |
Last 365 days | 8.395.677 +12% |