Olli Vanhoja

Results 23 comments of Olli Vanhoja

@wmertens oh right. I have seen that happening (OOM). I have used [array-split](https://www.npmjs.com/package/split-array) for splitting a long array and processing it in chunks. Maybe I could add it to the...

That's sort of by design to avoid the overhead of the `if` as technically you just shouldn't write such code. Remember that the original intention was to receive and return...

Yeah, that makes sense. I'm not against adding a check if it's seen as a useful addition.