r-cran-fastmap 1.0.1-2build1 source package in Ubuntu

Changelog

r-cran-fastmap (1.0.1-2build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Sun, 22 Mar 2020 16:55:39 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-fastmap_1.0.1.orig.tar.gz 35.9 KiB 4778b05dfebd356f8df980dfeff3b973a72bca14898f870e5c40c1d84db9faec
r-cran-fastmap_1.0.1-2build1.debian.tar.xz 2.6 KiB 055552034c0d9a0da48e20fda3a103cf58501677b869295faa6ac8e669e71f96
r-cran-fastmap_1.0.1-2build1.dsc 2.1 KiB a8fd4c677bcfbaa67614b4b483351e82716ba7fd26ef809fbf30c7f9c04bdf94

View changes file

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