libmce-perl 1.608-1 source package in Ubuntu

Changelog

libmce-perl (1.608-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Install bin/mce_grep as an example.
  * Update years of upstream copyright.
  * Mark package as autopkgtest-able.
  * Add a patch to fix a spelling mistake.

 -- gregor herrmann <email address hidden>  Tue, 07 Jul 2015 18:24:59 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmce-perl_1.608-1.dsc 2.1 KiB 8897a8b3a778c0e5521cfd27d63993d1a7d05af40ffa5e0b5eeaaaf781c1a11c
libmce-perl_1.608.orig.tar.gz 1.0 MiB e3f4497b48451c4bb86a7176e16b741dbff44620403f49dcf3ef483080f84412
libmce-perl_1.608-1.debian.tar.xz 2.3 KiB ec8103a373b1a5f4e12ac1a7ff2c58dcf04a3378aef250384855b1db839d4df8

Available diffs

No changes file available.

Binary packages built by this source

libmce-perl: Many-Core Engine for Perl providing parallel processing capabilities

 Many-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.
 .
 Chunking and input data are optional in MCE. One may use MCE to run many
 workers in parallel without specifying input data.