Paketname | libdata-stream-bulk-perl |
Beschreibung | N at a time iteration API |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.07-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 156 Byte |
Hängt ab von | perl, libnamespace-clean-perl (>= 0.08), libsub-exporter-perl, libmoose-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 37942 Byte |
Prüfsumme MD5 | 251942ba00329b0d58d6df54b6ad9ae7 |
Prüfsumme SHA1 | 6b969305a24ea74e7dcc8666880cc08bc6eac572 |
Prüfsumme SHA256 | 508d6a1ce8ee7410b8bdff7f184e2250e8f75ebf5b86cfdc235c7516fffc8e55 |
Link zum Herunterladen | libdata-stream-bulk-perl_0.07-1_all.deb |
Ausführliche Beschreibung | 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.
|