5 ms·
Why people are so keen on micro-optimizing their code? The bottleneck lies on DOM, not on your conversions.
by froball 14y ago
Why people are so keen on micro-optimizing their code? The bottleneck lies on DOM, not on your conversions.
- Herover 14y agoI 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.