array-batcher
Execute operations on or mapping conversions of JavaScript Arrays in predetermined batches. Batches can be of a fixed size, created from a desired number of batches, or constructed by iterating through the array and testing a predicate.
stringbatcher
A string processing batcher by chunks decomposition and handling!