Pakket: r-cran-fastmap (1.1.0-1)
Verwijzigingen voor r-cran-fastmap
Trisquel bronnen:
Het bronpakket r-cran-fastmap downloaden:
- [r-cran-fastmap_1.1.0-1.dsc]
- [r-cran-fastmap_1.1.0.orig.tar.gz]
- [r-cran-fastmap_1.1.0-1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian R Packages Maintainers
- Andreas Tille
Externe bronnen:
- Homepage [cran.r-project.org]
Vergelijkbare pakketten:
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++.
Andere aan r-cran-fastmap gerelateerde pakketten
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C Library: Shared libraries
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3
-
- dep: r-api-4.0
- virtueel pakket geboden door r-base-core
-
- dep: r-base-core (>= 4.0.3-1)
- GNU R core of statistical computation and graphics system
-
- rec: r-cran-testthat (>= 2.1.1)
- GNU R testsuite