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

Changelog

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

  * Trim trailing whitespace.
  * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit,
    Repository, Repository-Browse.

 -- Andreas Tille <email address hidden>  Fri, 10 Jan 2020 08:26:42 +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-2.dsc 2.0 KiB 9114b4f6ab91f64d283146254784e08e14868b3b190b4830426961ed460cebeb
r-cran-fastmap_1.0.1.orig.tar.gz 35.9 KiB 4778b05dfebd356f8df980dfeff3b973a72bca14898f870e5c40c1d84db9faec
r-cran-fastmap_1.0.1-2.debian.tar.xz 2.5 KiB b964c6aecad45014dda3a1a0a71fb3bf60ab4223555f25c54d3c6eae2701aaab

Available diffs

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