Fedora Packages

R-fastmap

Fast Data Structures

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

Releases Overview

Release Stable Testing
Fedora Rawhide 1.1.1-5.fc40 -
Fedora 40 1.1.1-5.fc40 -
Fedora 39 1.1.1-3.fc39 -
Fedora 38 1.1.1-2.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at R-fastmap dash maintainers at fedoraproject dot org.



Sources on Pagure