Hacker News new | ask | show | jobs
by froball 5029 days ago
Why people are so keen on micro-optimizing their code? The bottleneck lies on DOM, not on your conversions.
1 comments

I guess that depends on what you are doing.

If you have a 10k csv file and want to make a graph using javascript, I believe it could come handy.