This is nonsense. You're micro-benchmarking some detail without reflecting on how to use these methods. I take it you have this code (sort of) const all = [[1,2,3,4,5], [1,2,3,4,5], ...] //15000 items let ret = []; for…
This is nonsense. You're micro-benchmarking some detail without reflecting on how to use these methods. I take it you have this code (sort of) const all = [[1,2,3,4,5], [1,2,3,4,5], ...] //15000 items let ret = []; for…