async-runtimes-benchmarks icon indicating copy to clipboard operation
async-runtimes-benchmarks copied to clipboard

Improve Python code

Open hongquan opened this issue 1 year ago • 1 comments

  • No need to create a list object, which will consume some RAM.
  • Take advantage of Python generator and * operator.

hongquan avatar May 24 '23 09:05 hongquan