Data::Stream::Bulk::Array(3pm) | User Contributed Perl Documentation | Data::Stream::Bulk::Array(3pm) |
Data::Stream::Bulk::Array - Data::Stream::Bulk wrapper for simple arrays.
version 0.11
return Data::Stream::Bulk::Array->new( array => \@results, );
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.
Yuval Kogman <nothingmuch@woobling.org>
This software is copyright (c) 2012 by Yuval Kogman.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2021-01-01 | perl v5.32.0 |