devel/R-fastmap - The NetBSD Packages Collection

Fast Data Structures

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++.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

math/R math/R

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64R-fastmap-1.1.1.tgz
NetBSD 10.0aarch64R-fastmap-1.1.1.tgz
NetBSD 10.0aarch64R-fastmap-1.1.1.tgz
NetBSD 10.0aarch64ebR-fastmap-1.1.1.tgz
NetBSD 10.0aarch64ebR-fastmap-1.1.1.tgz
NetBSD 10.0earmv7hfR-fastmap-1.1.1.tgz
NetBSD 10.0earmv7hfR-fastmap-1.1.1.tgz
NetBSD 10.0earmv7hfR-fastmap-1.1.1.tgz
NetBSD 10.0i386R-fastmap-1.1.1.tgz
NetBSD 10.0i386R-fastmap-1.1.1.tgz
NetBSD 10.0powerpcR-fastmap-1.1.1.tgz
NetBSD 10.0x86_64R-fastmap-1.1.1.tgz
NetBSD 10.0_BETAx86_64R-fastmap-1.1.1.tgz
NetBSD 8.0powerpcR-fastmap-1.1.0.tgz
NetBSD 8.0powerpcR-fastmap-1.1.1.tgz
NetBSD 8.0powerpcR-fastmap-1.1.1.tgz
NetBSD 8.0powerpcR-fastmap-1.1.1.tgz
NetBSD 8.0x86_64R-fastmap-1.1.1.tgz
NetBSD 8.0x86_64R-fastmap-1.1.1.tgz
NetBSD 9.0aarch64R-fastmap-1.1.1.tgz
NetBSD 9.0aarch64R-fastmap-1.1.1.tgz
NetBSD 9.0aarch64R-fastmap-1.1.1.tgz
NetBSD 9.0alphaR-fastmap-1.1.0.tgz
NetBSD 9.0earmv7hfR-fastmap-1.1.1.tgz
NetBSD 9.0earmv7hfR-fastmap-1.1.1.tgz
NetBSD 9.0earmv7hfR-fastmap-1.1.1.tgz
NetBSD 9.0i386R-fastmap-1.1.1.tgz
NetBSD 9.0i386R-fastmap-1.1.1.tgz
NetBSD 9.0powerpcR-fastmap-1.1.1.tgz
NetBSD 9.0powerpcR-fastmap-1.1.1.tgz
NetBSD 9.0powerpcR-fastmap-1.1.1.tgz
NetBSD 9.0sparc64R-fastmap-1.1.0.tgz
NetBSD 9.0x86_64R-fastmap-1.1.1.tgz
NetBSD 9.0x86_64R-fastmap-1.1.1.tgz
NetBSD 9.3x86_64R-fastmap-1.1.1.tgz
NetBSD 9.3x86_64R-fastmap-1.1.1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.