[ 原始碼: r-cran-fastmap ]
套件:r-cran-fastmap(1.2.0-1)
r-cran-fastmap 的相關連結
Debian 的資源:
下載原始碼套件 r-cran-fastmap:
- [r-cran-fastmap_1.2.0-1.dsc]
- [r-cran-fastmap_1.2.0.orig.tar.gz]
- [r-cran-fastmap_1.2.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [cran.r-project.org]
相似套件:
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++.
其他與 r-cran-fastmap 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3
-
- dep: r-api-4.0
- 本虛擬套件由這些套件填實: r-base-core
-
- rec: r-cran-testthat (>= 2.1.1)
- GNU R testsuite