Yuri Zarubin

Results 1 issues of Yuri Zarubin

I'm getting significantly faster performance using a native array `this.arr = [];` and replacing all instances of `this[]` with `this.arr[]` . Running the two_million benchmark, I'm getting ~23 milllion ops/s...