パッケージ: libdata-stream-bulk-perl (0.11-1)
libdata-stream-bulk-perl に関するリンク
Trisquel の資源:
libdata-stream-bulk-perl ソースパッケージをダウンロード:
- [libdata-stream-bulk-perl_0.11-1.dsc]
- [libdata-stream-bulk-perl_0.11.orig.tar.gz]
- [libdata-stream-bulk-perl_0.11-1.debian.tar.gz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Ryan Niebur
- Ansgar Burchardt
- Jonathan Yu
- gregor herrmann
- Florian Schlichting
外部の資源:
- ホームページ [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