r-cran-fastmap 1.0.1-1 source package in Ubuntu

Changelog

r-cran-fastmap (1.0.1-1) unstable; urgency=medium

  * Initial release (closes: #944723)

 -- Andreas Tille <email address hidden>  Thu, 14 Nov 2019 11:50:28 +0100

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-fastmap_1.0.1-1.dsc 2.0 KiB df519d0a672d3707907ca950d59aba41da81b4ed0546854f30621cc5ccdf316e
r-cran-fastmap_1.0.1.orig.tar.gz 35.9 KiB 4778b05dfebd356f8df980dfeff3b973a72bca14898f870e5c40c1d84db9faec
r-cran-fastmap_1.0.1-1.debian.tar.xz 2.4 KiB 61a08a6a05270d7183264be9d5208b0efe0d065b844a1f266f19785433a1fd0a

No changes file available.

Binary packages built by this source

r-cran-fastmap: 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-dbgsym: debug symbols for r-cran-fastmap