Skip to content

Instantly share code, notes, and snippets.

@sweeneyde
Created March 29, 2022 00:42
Show Gist options
  • Save sweeneyde/e1a7e98890e75c9355f99067b03ee37b to your computer and use it in GitHub Desktop.
Save sweeneyde/e1a7e98890e75c9355f99067b03ee37b to your computer and use it in GitHub Desktop.
pyperformance stats for FOR_ITER
Kind Count Ratio
unquickened 681651743 100.0%

Specialization attempts

Count Ratio
Success 0 0.0%
Failure 681651743 100.0%
Failure kind Count Ratio
list 361498365 53.0%
range 160486756 23.5%
enumerate 34501236 5.1%
dict items 27204576 4.0%
set 25597678 3.8%
tuple 19219343 2.8%
seq iter 11190536 1.6%
generator 10418712 1.5%
zip 9731903 1.4%
elementtree 7790904 1.1%
other 6804842 1.0%
map 2824723 0.4%
itertools 1968685 0.3%
string 756713 0.1%
list reversed 461773 0.1%
dict keys 377438 0.1%
sqlite 278573 0.0%
io 258798 0.0%
odict 70176 0.0%
dict values 58237 0.0%
bytes 52791 0.0%
callable 51931 0.0%
reversed 44084 0.0%
filter 2970 0.0%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment