process: optimize process.nextTick()
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 31 Oct 2011 21:31:12 +0000 (22:31 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 31 Oct 2011 21:31:14 +0000 (22:31 +0100)
commit4d4900fc65104604820c99faeaf439f958634451
tree866e9bd694ef7a0a365abb6834a97eb20c29d66c
parent5fee1ff7bce8b867fe6e1379b7777954d24f8b36
process: optimize process.nextTick()

33% performance boost on large nextTick queues.
src/node.js