パッケージ: r-cran-fastmap (1.0.1-2build1)
r-cran-fastmap に関するリンク
Trisquel の資源:
r-cran-fastmap ソースパッケージをダウンロード:
- [r-cran-fastmap_1.0.1-2build1.dsc]
- [r-cran-fastmap_1.0.1.orig.tar.gz]
- [r-cran-fastmap_1.0.1-2build1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian R Packages Maintainers
- Andreas Tille
外部の資源:
- ホームページ [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.14)
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3
-
- dep: r-api-3.5
- 以下のパッケージによって提供される仮想パッケージです: r-base-core
-
- dep: r-base-core (>= 3.6.2.20200221-1build1)
- GNU R core of statistical computation and graphics system
-
- rec: r-cran-testthat (>= 2.1.1)
- GNU R testsuite