|
|
|
|
|
by nessup
3235 days ago
|
|
From the Medium post about speed improvements in this version: > The size of a function, including it’s signature, the white space and even comments can affect whether the function can be inlined by V8 or not. Yes: adding a comment to your function may cause a performance hit somewhere in the range of a 10% speed reduction. Uhh... byeee |
|