Is there some way to "nice" my JavaScript execution?
Posted
by synapz
on Stack Overflow
See other posts from Stack Overflow
or by synapz
Published on 2010-04-24T08:28:27Z
Indexed on
2010/04/24
8:33 UTC
Read the original article
Hit count: 518
I'd like to run some calculations in a browser window, but I don't want it to slow the client computer down for user interaction, especially for single core machines. Is there some way to adjust the nice level of my executing JavaScript so that it will execute as fast as possible without detracting from the responsiveness of the machine?
© Stack Overflow or respective owner