docs: add performance impact to FAQ

This commit is contained in:
TJ Holowaychuk 2013-12-18 23:03:11 -08:00
parent 0d35b3a6ac
commit 9e131089d3

View file

@ -14,3 +14,9 @@
now that generators allow us to write code with less now that generators allow us to write code with less
callbacks. Connect is equally capable, and some may still prefer it, callbacks. Connect is equally capable, and some may still prefer it,
it's up to what you prefer. 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.