Fri, 17 May 2024 03:01:12 UTC | login

Information for build R-fastmap-1.0.1-2.fc33

ID149014
Package NameR-fastmap
Version1.0.1
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/R-fastmap.git#01c002e6ad252cddae92b90b6d2c5619834f4da1
SummaryFast Implementation of a Key-Value Store
DescriptionFast 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++.
Built bydavidlt
State failed
Volume DEFAULT
StartedTue, 09 Jun 2020 04:31:41 UTC
CompletedTue, 09 Jun 2020 04:43:41 UTC
Taskbuild (f33, /rpms/R-fastmap.git:01c002e6ad252cddae92b90b6d2c5619834f4da1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/R-fastmap.git#01c002e6ad252cddae92b90b6d2c5619834f4da1'}}
Tags No tags
RPMs No RPMs
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Oct 15 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.1-1 - initial package for Fedora