You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Optimize _encode_multipart_message
By using BytesIO while generating the body instead of continuous string
concatenations.
This drastically reduces execution time by not recreating the string for
each concatenation.
In one case, execution time fell from 140 seconds to 0.14; three orders
of magnitude!
* Fix comment about default chunk_size in MB
0 commit comments