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