# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-fastmap VERSION= 1.1.1 KEYWORDS= cran VARIANTS= standard SDESC[standard]= Fast Data Structures HOMEPAGE= https://r-lib.github.io/fastmap/ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ DISTFILE[1]= fastmap_1.1.1.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= cran gmake DISTNAME= fastmap GENERATED= yes INSTALL_REQ_TOOLCHAIN= yes [FILE:452:descriptions/desc.single] 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++. [FILE:104:distinfo] 3623809dd016ae8abd235200ba7834effc4b916915a059deb76044137c5c7173 46412 CRAN/fastmap_1.1.1.tar.gz