Y
Hacker News
new
|
ask
|
show
|
jobs
by
amasad
3653 days ago
I think that's pretty much standard practice. I'm not sure about Atom but Ace leverage's workers for linting, intellesense and things like that.
1 comments
c-smile
3653 days ago
Educated guess: generator functions with chunked processing on setInterval callbacks would be less CPU consuming for such tasks.
link
EGreg
3652 days ago
Pretty sure setInterval still uses the same processor core, wasting the others
link