Skip to content

node: improve performance of nextTick

Couple micro optimizations to improve performance of process.nextTick(). Removes ~80ns of execution time.

Also added small threshold to test that allows timer to fire early on the order if microseconds.

R=@bnoordhuis

Merge request reports

Loading