|
|
|
|
|
by mintplant
3270 days ago
|
|
I wouldn't be so quick to write that off as a performance concern. Creating tons of unnecessary objects is JavaScript's equivalent to programming without regard for cache locality at a lower level, due to the way the JITs work. |
|