BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

Improve performance with list comprehension #1436

Closed YoshihitoAso closed 1 year ago

YoshihitoAso commented 1 year ago

Partial improvement of #1347

I improved the performance when creating large-sized lists by changing the implementation that used .append() to create a list to an implementation that uses "list comprehension".

I also applied a patch related to urllib3.