module documentation

A buffered iterator for big arrays.

This module solves the problem of iterating over a big file-based array without having to read it into memory. The Arrayterator class wraps an array object, and when iterated it will return sub-arrays with at most a user-specified number of elements.

Class ​Arrayterator Buffered iterator for big arrays.