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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)

 -- Andreas Tille <email address hidden>  Mon, 27 Feb 2023 21:18:11 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-fastmap_1.1.1-1.dsc 2.0 KiB 178b86fce0295fde616fcdda8dca7862789af35a832fdfbfa161247e82ca3ae8
r-cran-fastmap_1.1.1.orig.tar.gz 45.3 KiB 3623809dd016ae8abd235200ba7834effc4b916915a059deb76044137c5c7173
r-cran-fastmap_1.1.1-1.debian.tar.xz 2.7 KiB 28db239f9211dc6e2eab97f2b1d197e69c6b51bc3b1c22be894d648fb9e55aab

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