The point about fibers is incorrect. I posted a detailed comment on your blog.
node.js is single threaded and EC2 large instance has 4 CPUs. So to be fair you must either: a) bench on a single core processor (a small EC2 instance) b) configure node.js as a cluster with as many instances as…
Hi Jeremy, streamline.js already fits the bill, including your golden rule: the core idea was precisely to generate the callbacks that the developer would write otherwise. Today it works with both CoffeeScript and…
The point about fibers is incorrect. I posted a detailed comment on your blog.
node.js is single threaded and EC2 large instance has 4 CPUs. So to be fair you must either: a) bench on a single core processor (a small EC2 instance) b) configure node.js as a cluster with as many instances as…
Hi Jeremy, streamline.js already fits the bill, including your golden rule: the core idea was precisely to generate the callbacks that the developer would write otherwise. Today it works with both CoffeeScript and…