From 9e131089d3583449c442ee296a49c86e89762725 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Wed, 18 Dec 2013 23:03:11 -0800 Subject: [PATCH] docs: add performance impact to FAQ --- docs/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 8541cb3..9c643b5 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -14,3 +14,9 @@ now that generators allow us to write code with less callbacks. Connect is equally capable, and some may still prefer it, it's up to what you prefer. + +## Do Generators Decrease Performance? + + Barely - check out the benchmarks in our readme, the numbers + are more than fine, and there's no substition for proper + horizontal scaling. \ No newline at end of file