Cool Thing of the Day: Continuation.js
Join the DZone community and get the full member experience.
Join For FreeContinuation.js is a module for tail call optimization by Continuation Passing Style (CPS) transformation with the trampoline technique for Node.js.
The authors have included benchmarks to show exactly where and how Continuation.js improved performance.
optimization
Node.js
Opinions expressed by DZone contributors are their own.
Comments