Hacker News new | ask | show | jobs
by baby 1265 days ago
This is premature optimization imo. Unless you’re using par_iter
1 comments

Without knowing the domain, you have no way of knowing that.

It’s also much easier to stick to for() loops in javascript as you code than it is to rewrite everything later when tuning for performance. If that’s something you expect to need to do.