Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Data::Stream::Bulk::Array - Data::Stream::Bulk wrapper for simple arrays.
SYNOPSIS
return Data::Stream::Bulk::Array->new(
array => \@results,
);
DESCRIPTION
This implementation of the Data::Stream::Bulk api wraps an array.
The use case is to keep the consumer of the data set implementation agnostic so that it can deal with larger data sets if they are encountered, but still retain most of the simplicity when the current data set easily fits in memory.
ATTRIBUTES
- array
-
The array reference to wrap.