docs: add performance impact to FAQ
This commit is contained in:
parent
0d35b3a6ac
commit
9e131089d3
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
Loading…
Reference in a new issue