Package pthreadpool: Information
Source package: pthreadpool
Version: 0.1-alt3.git560c60d
Build time: Jun 2, 2026, 04:05 PM in the task #419833
Category: System/Libraries
Report package bugHome page: https://github.com/Maratyszcza/pthreadpool
License: BSD-2-Clause
Summary: Portable (POSIX/Windows/Emscripten) thread pool for C/C++
Description:
pthreadpool is a portable and efficient thread pool implementation. It provides similar functionality to #pragma omp parallel for, but with additional features. Features: * C interface (C++-compatible). * 1D-6D loops with step parameters. * Run on user-specified or auto-detected number of threads. * Work-stealing scheduling for efficient work balancing. * Wait-free synchronization of work items. * Compatible with Linux (including Android), macOS, iOS, Windows, Emscripten environments. * 100 unit tests coverage. * Throughput and latency microbenchmarks.
List of RPM packages built from this SRPM:
libpthreadpool-devel (x86_64, i586, aarch64)
libpthreadpool0 (x86_64, i586, aarch64)
libpthreadpool0-debuginfo (x86_64, i586, aarch64)
libpthreadpool-devel (x86_64, i586, aarch64)
libpthreadpool0 (x86_64, i586, aarch64)
libpthreadpool0-debuginfo (x86_64, i586, aarch64)
Maintainer: Nikita Shmatko
Last changed
June 2, 2026 Nikita Shmatko 1:0.1-alt3.git560c60d
- Fixed snapshot versioning and added Epoch to preserve upgrade path.
March 11, 2026 Nikita Shmatko 0.1.git560c60d-alt2
- Minor specfile fixes.
Sept. 17, 2025 Nikita Shmatko 0.1.git560c60d-alt1
- Initial build for Sisyphus.