1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/databases/R-cran-fastmap
TAKATSU Tomonari 1fa739c412 - Add new port: databases/R-cran-fastmap
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++.

  WWW: https://cran.r-project.org/web/packages/fastmap/
2019-10-11 10:45:43 +00:00
..
distinfo
Makefile
pkg-descr