for iterator optimize
Last updated
Was this helpful?
Last updated
Was this helpful?
Some developers claim that there is a speed improvement by specifying a number type for an iterator increment such as i = (i + 1) | 0
.
but the benchmark result is not.