Paketname | libdata-stream-bulk-perl |
Beschreibung | N at a time iteration API |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.04-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 156 Byte |
Hängt ab von | perl (>= 5.6.0-16), libnamespace-clean-perl (>= 0.08), libsub-exporter-perl, libmoose-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 36998 Byte |
Prüfsumme MD5 | 86f7c453861f4aa4208cd87a7ad7a3d1 |
Prüfsumme SHA1 | 12ecb459149a50883c47a8fc6f2f3634073f2649 |
Prüfsumme SHA256 | 05089404f2d5a09df1b72e9678e8dbc16c405b47cc2969fca2da06f7f3fdbb08 |
Link zum Herunterladen | libdata-stream-bulk-perl_0.04-1_all.deb |
Ausführliche Beschreibung | Data::Stream::Bulk tries to find middle ground between one at a time and all
at once processing of data sets.
.
The purpose of this module is to avoid the overhead of implementing an
iterative API when this isn't necessary, without breaking forward
compatibility in case that becomes necessary later on.
.
The API optimizes for when a data set typically fits in memory and is
returned as an array, but the consumer cannot assume that the data set is
bounded.
.
The API is destructive in order to minimize the chance that resultsets are
leaked due to improper usage.
|