Y
Hacker News
new
|
ask
|
show
|
jobs
by
tantalor
1400 days ago
It might, if the code can be optimized. There are all sorts of reasons why it might not. For example, at one point in time, a switch statement with more than 128 cases could not be optimized.
https://github.com/petkaantonov/bluebird/wiki/Optimization-k...