Sat, 25 Mar 2023 21:21:33 UTC

Information for build perl-MCE-1.876-1.el9

ID1868062
Package Nameperl-MCE
Version1.876
Release1.el9
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-MCE.git#9e896007317055d592f4bd4297dfe15e8045de51
SummaryMany-core Engine for Perl providing parallel processing capabilities
DescriptionMany-core Engine (MCE) for Perl helps enable a new level of performance by maximizing all available cores. MCE spawns a pool of workers and therefore does not fork a new process per each element of data. Instead, MCE follows a bank queuing model. Imagine the line being the data and bank-tellers the parallel workers. MCE enhances that model by adding the ability to chunk the next n elements from the input stream to the next available worker.
Built bypghmcfc
State complete
Volume DEFAULT
StartedFri, 17 Dec 2021 16:04:40 UTC
CompletedFri, 17 Dec 2021 16:05:34 UTC
Taskbuild (epel9-candidate, /rpms/perl-MCE.git:9e896007317055d592f4bd4297dfe15e8045de51)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-MCE.git#9e896007317055d592f4bd4297dfe15e8045de51'}}
Tags
epel9
RPMs
src
perl-MCE-1.876-1.el9.src.rpm (info) (download)
noarch
perl-MCE-1.876-1.el9.noarch.rpm (info) (download)
perl-MCE-tools-1.876-1.el9.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Dec 03 2021 Paul Howarth <paul@city-fan.org> - 1.876-1 - Update to 1.876 - Allow percentage above 100% for max_workers in MCE - MCE::Child update - Improved _ordhash - Renamed JOINED to REAPED in code for better clarity - Specify a percentage for max_workers - Added t/05_mce_child_max_workers.t * Tue Nov 16 2021 Paul Howarth <paul@city-fan.org> - 1.875-1 - Update to 1.875 - Specify a percentage for max_workers (https://www.perlmonks.org/?node_id=11134439) - Added t/03_max_workers.t - Use %license unconditionally * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.874-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.874-3 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.874-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Aug 19 2020 Paul Howarth <paul@city-fan.org> - 1.874-1 - Update to 1.874 - Improved MCE->yield when used together with MCE::Relay * Sun Aug 02 2020 Paul Howarth <paul@city-fan.org> - 1.873-1 - Update to 1.873 - Removed unused variable in MCE::Mutex::Channel * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.872-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.872-2 - Perl 5.32 rebuild * Mon Jun 15 2020 Paul Howarth <paul@city-fan.org> - 1.872-1 - Update to 1.872 - Added open to required dependencies - Set default encodings on standard filehandles in tests using UTF-8 - Bumped minimal Perl version to 5.8.1 - Bumped MCE version to 1.872 to align with MCE::Shared - The MCE project is feature complete * Mon May 11 2020 Paul Howarth <paul@city-fan.org> - 1.868-1 - Update to 1.868 - Bug fix for UTF-8 issues during inter-process communication: - This update required undoing optimizations specific to scalar args - Essentially, IPC involves serialization for everything going forward - Install Sereal::Encoder and Sereal::Decoder for better performance in Perl 5.8.8+ - MCE options flush_stdout, flush_stderr, and flush_file now default to enabled for the MCE->print, MCE->printf, and MCE->say output routines - Improved MCE::Child with threads-like detach capability (see POD) - Improved IPC in MCE::Queue with permanent fast-like dequeue including dequeue_nb; going forward, the fast and barrier options are silently ignored if specified (i.e. no-op) - Improved IPC performance on Linux - Completed threads-like detach capability in MCE::Child - Resolved MCE::Channel failing when calling dequeue multiple times on an ended channel - MCE->say, MCE->print, and MCE->printf now return 1 * Sun Feb 09 2020 Paul Howarth <paul@city-fan.org> - 1.866-1 - Update to 1.866 - Bug fix for restart_worker, race condition introduced in 1.863 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.865-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Dec 26 2019 Paul Howarth <paul@city-fan.org> - 1.865-1 - Update to 1.865 - Bug fix for two-way IPC stalling on Windows in MCE::Channel::Threads: see https://www.perlmonks.org/?node_id=11110612 - Remove the check for MSWin32 in MCE::Channel::Mutex; MCE::Channel since the 1st release silently defaults to MCE::Channel::Threads on Windows - Small tweak to MCE::Signal * Wed Dec 04 2019 Paul Howarth <paul@city-fan.org> - 1.864-1 - Update to 1.864 - Bug fix to MCE::Signal - Shared manager not exiting, introduced in 1.863 - Use monotonic clock if available in MCE->yield and MCE::Child->yield: see https://www.perlmonks.org/?node_id=11109673