Wed, 15 May 2024 18:19:20 UTC | login

Information for build tlx-0.5.20200222-2.fc33

ID180393
Package Nametlx
Version0.5.20200222
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/tlx.git#c3f25a5020f9b502558d77ff4abaff6453d05a42
SummarySophisticated C++ data structures, algorithms, and helpers
DescriptionTLX is a collection of sophisticated C++ data structures, algorithms, and miscellaneous helpers. It contains: - The fast tournament (loser) trees from MCSTL by Johannes Singler, with many fixes. - A fast intrusive reference counter called CountingPtr, which has considerably less overhead than std::shared_ptr. - Efficient and fast multiway merging algorithms from Johannes Singler, which were previously included with gcc. The tlx version has many fixes and is available for clang and MSVC++. - Many string manipulation algorithms for std::string. - An improved version of the stx-btree implementation, which is basically always a better alternative to std::map (but not std::unordered_map). - A copy of siphash for string hashing. - Efficient sequential string sorting implementations such as radix sort and multikey quicksort. - Much more; see the doxygen documentation.
Built bydavidlt
State failed
Volume DEFAULT
StartedFri, 07 May 2021 19:32:24 UTC
CompletedFri, 07 May 2021 20:07:36 UTC
Taskbuild (f33, /rpms/tlx.git:c3f25a5020f9b502558d77ff4abaff6453d05a42)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/tlx.git#c3f25a5020f9b502558d77ff4abaff6453d05a42'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.20200222-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jun 03 2020 Jerry James <loganjerry@gmail.com> - 0.5.20200222-1 - Version 0.5.2020022 - Drop -endian patch * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.20191212-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Dec 13 2019 Jerry James <loganjerry@gmail.com> - 0.5.20191212-1 - Initial RPM