# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-fastmap VERSION= 1.1.0 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 DISTFILE[1]= fastmap_1.1.0.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] 9113e526b4c096302cfeae660a06de2c4c82ae4e2d3d6ef53af6de812d4c822b 44277 CRAN/fastmap_1.1.0.tar.gz