Jmar L. Pineda
Jmar L. Pineda
Hi @josdejong, I used the benchmark that you've added and was surprised to see that changing it back to an `Array` became faster than using a `Uint32Array`. That result combined...
Hi @josdejong :) I've ultimately decided to simply put the duplicated logic in a function named `_forEach()` which is used by the `map()` and `forEach()` functions. Since javascript does not...
Hi @josdejong, thanks for being patient with me, there were personal circumstances that popped up which I had to focus on for the moment. I resolved the feedback suggestions you...