[ Bron: r-cran-fastmap ]
Pakket: r-cran-fastmap (1.2.0-1)
Verwijzigingen voor r-cran-fastmap
Debian bronnen:
Het bronpakket r-cran-fastmap downloaden:
- [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]
Beheerders:
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 Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support bibliotheek
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3
-
- dep: r-api-4.0
- virtueel pakket geboden door r-base-core
-
- rec: r-cran-testthat (>= 2.1.1)
- GNU R testsuite