TimedMeasurements
class implements a simple array-like data structure that collects a large list of integers and supports iterating over that list. For memory-efficient storage, it uses a set of arrays where each array represents a fragment of the measurements obtained.
@author Ben L. Titzer
|
|