Skip to content

Iteration

Compare several ways of iterating collections.

Benchmark Options

Results

LabelElapsed [ms]Relative
Array (for)
Array (for of)
Map (for of keys)
Map (for of values)
Set (for of)