async-runtimes-benchmarks
async-runtimes-benchmarks copied to clipboard
Improve Python code
- No need to create a
list
object, which will consume some RAM. - Take advantage of Python generator and
*
operator.