libdata-stream-bulk-perl 0.11-1.1 source package in Ubuntu

Changelog

libdata-stream-bulk-perl (0.11-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 02 Jan 2021 00:34:42 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-stream-bulk-perl_0.11-1.1.dsc 2.5 KiB 92da4b1328375163a95bcecfa68b741eb2f8b7b7bd5d7ab99f1f190dc27967bc
libdata-stream-bulk-perl_0.11.orig.tar.gz 21.2 KiB 06e08432a6b97705606c925709b99129ad926516e477d58e4461e4b3d9f30917
libdata-stream-bulk-perl_0.11-1.1.debian.tar.xz 2.7 KiB cad23b355d08e086ce7faf6fc8eff072a3373b9765db3f193b1f3adaa85a651a

Available diffs

No changes file available.

Binary packages built by this source

libdata-stream-bulk-perl: N at a time iteration API

 Data::Stream::Bulk is a utility for working with data streams of indefinite
 size. It tries to find a middle ground between one-at-a-time and all-at-once
 processing of data sets by providing a common interface for both.
 .
 Often, data sets from streams can fit entirely in memory, so operating on them
 with an array is simple and appropriate. However, in cases where the stream is
 not bounded, the array can grow to a very large size and quickly consume all
 available memory. This module allows developers to work with data in blocks
 which are guaranteed to fit in memory.