[R-pkg-team] Bug#944723: ITP: r-cran-fastmap -- GNU R fast implementation of a key-value store
    Andreas Tille 
    tille at debian.org
       
    Thu Nov 14 10:16:40 GMT 2019
    
    
  
Package: wnpp
Severity: wishlist
Subject: ITP: r-cran-fastmap -- GNU R fast implementation of a key-value store
Package: wnpp
Owner: Andreas Tille <tille at debian.org>
Severity: wishlist
* Package name    : r-cran-fastmap
  Version         : 1.0.1
  Upstream Author : Winston Chang, RStudio,
* URL             : https://cran.r-project.org/package=fastmap
* License         : MIT
  Programming Lang: GNU R
  Description     : GNU R fast implementation of a key-value store
 Fast implementation of a key-value store. Environments are commonly
 used as key-value stores, 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++.
Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-fastmap
    
    
More information about the R-pkg-team
mailing list