bpo-36551: Optimize list comprehensions with preallocate size and protect against overflow#12718
Closed
tonybaloney wants to merge 12 commits into
Closed
bpo-36551: Optimize list comprehensions with preallocate size and protect against overflow#12718tonybaloney wants to merge 12 commits into
tonybaloney wants to merge 12 commits into
Commits
Commits on Apr 8, 2019
- committed
Add a _PyList_NewPrealloc function API (private) for creating lists with a preallocated memory size.
committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Apr 9, 2019
Add branch prediction
Show description for 0bcfa4dcommitted- committed