SIGN IN SIGN UP

bpo-36051: Drop GIL during large bytes.join() (GH-17757)

Improve multi-threaded performance by dropping the GIL in the fast path
of bytes.join. To avoid increasing overhead for small joins, it is only
done if the output size exceeds a threshold.
B
Bruce Merry committed
d07d9f4c43bc85a77021bcc7d77643f8ebb605cf
Parent: 6a65eba
Committed by GitHub <noreply@github.com> on 1/29/2020, 7:09:24 AM