Closed YoshihitoAso closed 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".
.append()
I also applied a patch related to urllib3.
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.