You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Is this significantly faster than something like forEach - which should ideally do basically the same thing:

    a = new Uint8Array(1000);
    a.forEach(callbackFn);
    

    I'd have hoped that they would be quite similar. If not, it's probably something I should look at performance-wise :)

About

Avatar for Gordon @Gordon started