套件:libdata-stream-bulk-perl(0.11-1.1)
libdata-stream-bulk-perl 的相關連結
Debian 的資源:
下載原始碼套件 libdata-stream-bulk-perl:
- [libdata-stream-bulk-perl_0.11-1.1.dsc]
- [libdata-stream-bulk-perl_0.11.orig.tar.gz]
- [libdata-stream-bulk-perl_0.11-1.1.debian.tar.xz]
維護小組:
- Debian Perl Group (QA 頁面, 郵件存檔)
- Ryan Niebur (QA 頁面)
- Ansgar Burchardt (QA 頁面)
- Jonathan Yu (QA 頁面)
- gregor herrmann (QA 頁面)
- Florian Schlichting (QA 頁面)
外部的資源:
- 主頁 [search.cpan.org]
相似套件:
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.
其他與 libdata-stream-bulk-perl 有關的套件
|
|
|
|
-
- dep: libmoose-perl (>= 0.90)
- modern Perl object system framework
-
- dep: libnamespace-clean-perl (>= 0.08)
- module for keeping imports and functions out of the current namespace
-
- dep: libpath-class-perl
- module for cross-platform path specification manipulation
-
- dep: libsub-exporter-perl
- sophisticated exporter for custom-built routines
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language