Sample
Sampling is useful when you have a lot of data and it would be too costly in terms of execution speed to process each item. For example, perhaps a sensor is producing too much data to process in each frame of animation.
Throwing away data can of course impact precision, but depending on the source of data and how you’re working with it, this may not be a problem.
ixfx’s Arrays.sample can help.
Or if a whole number is provided, it will return data of every x steps: