Subject: CVS commit: pkgsrc/devel/R-fastmap
From: Makoto Fujiwara
Date: 2021-06-01 00:22:33
Message id: 20210531222233.1C31AFA95@cvs.NetBSD.org

Log Message:
(devel/R-fastmap) import R-fastmap-1.1.0

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

Files:
RevisionActionfile
1.1addpkgsrc/devel/R-fastmap/DESCR
1.1addpkgsrc/devel/R-fastmap/Makefile
1.1addpkgsrc/devel/R-fastmap/distinfo