Wed, 19 Jun 2024 20:43:24 UTC | login

Information for build moodycamel-concurrentqueue-1.0.3-3.fc38

ID237713
Package Namemoodycamel-concurrentqueue
Version1.0.3
Release3.fc38
Epoch
SummaryAn industrial-strength lock-free queue for C++
DescriptionAn industrial-strength lock-free queue for C++. Features: - Knock-your-socks-off blazing fast performance - Single-header implementation. Just drop it in your project - Fully thread-safe lock-free queue. Use concurrently from any number of threads - C++11 implementation -- elements are moved (instead of copied) where possible - Templated, obviating the need to deal exclusively with pointers -- memory is managed for you - No artificial limitations on element types or maximum count - Memory can be allocated once up-front, or dynamically as needed - Fully portable (no assembly; all is done through standard C++11 primitives) - Supports super-fast bulk operations - Includes a low-overhead blocking version (BlockingConcurrentQueue) - Exception safe
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 11 Mar 2023 12:45:53 UTC
CompletedSat, 11 Mar 2023 12:45:53 UTC
Tags
f38
f39
f40
RPMs
src
moodycamel-concurrentqueue-1.0.3-3.fc38.src.rpm (info) (download)
noarch
moodycamel-concurrentqueue-devel-1.0.3-3.fc38.noarch.rpm (info) (download)
Changelog * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.0.3-1 - Initial Fedora package