aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2019-10-11 10:45:43 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2019-10-11 10:45:43 +0000
commit1fa739c412a97b161394bf7904085f29ed14166e (patch)
treed7db6599be42f40ee450d9dfd2c3d073bce7ae57 /databases/Makefile
parent5719091be576742dd4c59493cf49883d41b3f7ce (diff)
downloadports-1fa739c412a97b161394bf7904085f29ed14166e.tar.gz
ports-1fa739c412a97b161394bf7904085f29ed14166e.zip
- 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/
Notes
Notes: svn path=/head/; revision=514273
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 8f7dc28e3a36..fa1c2ca17647 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -8,6 +8,7 @@
SUBDIR += R-cran-RPostgreSQL
SUBDIR += R-cran-RSQLite
SUBDIR += R-cran-RSQLite.extfuns
+ SUBDIR += R-cran-fastmap
SUBDIR += R-cran-sqldf
SUBDIR += WWWdb
SUBDIR += adabase