Y
Hacker News
new
|
ask
|
show
|
jobs
by
mrdoob2
4158 days ago
I instrumented the code and using conditionals resulted in 2x the generation time per loop. These loops are executed only once so the VM doesn't have a chance to optimise them.
1 comments
gavanwoolery
4157 days ago
I've done similar in the past and can concur that it does have large performance benefits, at least in Chrome where I tested it.
link