The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Fast implementation of data structures, including a key-value store, stack, and queue. Environments are commonly used as key-value stores in R, 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++.
Version: | 1.2.0 |
Suggests: | testthat (≥ 2.1.1) |
Published: | 2024-05-15 |
DOI: | 10.32614/CRAN.package.fastmap |
Author: | Winston Chang [aut, cre], Posit Software, PBC [cph, fnd], Tessil [cph] (hopscotch_map library) |
Maintainer: | Winston Chang <winston at posit.co> |
BugReports: | https://github.com/r-lib/fastmap/issues |
License: | MIT + file LICENSE |
URL: | https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | fastmap results |
Reference manual: | fastmap.pdf |
Package source: | fastmap_1.2.0.tar.gz |
Windows binaries: | r-devel: fastmap_1.2.0.zip, r-release: fastmap_1.2.0.zip, r-oldrel: fastmap_1.2.0.zip |
macOS binaries: | r-release (arm64): fastmap_1.2.0.tgz, r-oldrel (arm64): fastmap_1.2.0.tgz, r-release (x86_64): fastmap_1.2.0.tgz, r-oldrel (x86_64): fastmap_1.2.0.tgz |
Old sources: | fastmap archive |
Reverse imports: | bslib, cachem, chromote, dipsaus, filearray, htmltools, hydroloom, ieegio, keras3, keyATM, ompr, promises, rang, readNSx, ResultModelManager, rpymat, shidashi, shiny, shinymeta |
Reverse suggests: | jmvcore, singleCellTK |
Please use the canonical form https://CRAN.R-project.org/package=fastmap to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.