Skip to content

Instantly share code, notes, and snippets.

@johnmyleswhite
Created May 6, 2020 10:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmyleswhite/17d8e897e995874ce04f2fc102b59991 to your computer and use it in GitHub Desktop.
Save johnmyleswhite/17d8e897e995874ce04f2fc102b59991 to your computer and use it in GitHub Desktop.
│ Row │ expr_type │ count │ percentage │
│ │ Any │ Int64 │ Float64 │
├─────┼────────────────────────────────┼────────┼─────────────┤
│ 1 │ ExprKind{:outer} │ 1 │ 0.000226006 │
│ 2 │ ExprKind{:/=} │ 1 │ 0.000226006 │
│ 3 │ ExprKind{:typed_vcat} │ 1 │ 0.000226006 │
│ 4 │ ExprKind{:.+=} │ 1 │ 0.000226006 │
│ 5 │ ExprKind{:%=} │ 3 │ 0.000678017 │
│ 6 │ ExprKind{:⊻=} │ 7 │ 0.00158204 │
│ 7 │ ExprKind{:.=} │ 8 │ 0.00180804 │
│ 8 │ ExprKind{:>>>=} │ 9 │ 0.00203405 │
│ 9 │ ExprKind{:filter} │ 9 │ 0.00203405 │
│ 10 │ ExprKind{:vcat} │ 9 │ 0.00203405 │
│ 11 │ ExprKind{:primitive} │ 16 │ 0.00361609 │
│ 12 │ ExprKind{:<<=} │ 20 │ 0.00452011 │
│ 13 │ ExprKind{:>:} │ 25 │ 0.00565014 │
│ 14 │ ExprKind{:comprehension} │ 26 │ 0.00587614 │
│ 15 │ ExprKind{:>>=} │ 30 │ 0.00678017 │
│ 16 │ ExprKind{:&=} │ 37 │ 0.00836221 │
│ 17 │ ExprKind{:abstract} │ 39 │ 0.00881422 │
│ 18 │ ExprKind{:module} │ 43 │ 0.00971824 │
│ 19 │ ExprKind{:export} │ 44 │ 0.00994424 │
│ 20 │ ExprKind{:let} │ 57 │ 0.0128823 │
│ 21 │ ExprKind{:local} │ 61 │ 0.0137863 │
│ 22 │ ExprKind{:using} │ 64 │ 0.0144644 │
│ 23 │ ExprKind{:global} │ 66 │ 0.0149164 │
│ 24 │ ExprKind{:|=} │ 68 │ 0.0153684 │
│ 25 │ ExprKind{:*=} │ 70 │ 0.0158204 │
│ 26 │ ExprKind{:import} │ 71 │ 0.0160464 │
│ 27 │ ExprKind{:do} │ 76 │ 0.0171764 │
│ 28 │ ExprKind{:(:)} │ 84 │ 0.0189845 │
│ 29 │ Float32 │ 87 │ 0.0196625 │
│ 30 │ ExprKind{:vect} │ 104 │ 0.0235046 │
│ 31 │ ExprKind{:macro} │ 119 │ 0.0268947 │
│ 32 │ Nothing │ 121 │ 0.0273467 │
│ 33 │ ExprKind{:typed_comprehension} │ 125 │ 0.0282507 │
│ 34 │ UInt16 │ 140 │ 0.0316408 │
│ 35 │ ExprKind{:try} │ 151 │ 0.0341268 │
│ 36 │ ExprKind{:-=} │ 167 │ 0.0377429 │
│ 37 │ ExprKind{:comparison} │ 168 │ 0.0379689 │
│ 38 │ ExprKind{:generator} │ 175 │ 0.039551 │
│ 39 │ ExprKind{:continue} │ 182 │ 0.041133 │
│ 40 │ UInt32 │ 194 │ 0.0438451 │
│ 41 │ UInt64 │ 207 │ 0.0467831 │
│ 42 │ ExprKind{:quote} │ 209 │ 0.0472352 │
│ 43 │ ExprKind{:break} │ 213 │ 0.0481392 │
│ 44 │ UInt8 │ 251 │ 0.0567274 │
│ 45 │ ExprKind{:struct} │ 295 │ 0.0666716 │
│ 46 │ ExprKind{:->} │ 372 │ 0.0840741 │
│ 47 │ ExprKind{:parameters} │ 402 │ 0.0908542 │
│ 48 │ ExprKind{:while} │ 403 │ 0.0910802 │
│ 49 │ ExprKind{:string} │ 420 │ 0.0949223 │
│ 50 │ ExprKind{:+=} │ 632 │ 0.142836 │
│ 51 │ Float64 │ 779 │ 0.176058 │
│ 52 │ Char │ 913 │ 0.206343 │
│ 53 │ ExprKind{:$} │ 930 │ 0.210185 │
│ 54 │ ExprKind{:elseif} │ 933 │ 0.210863 │
│ 55 │ ExprKind{:const} │ 1092 │ 0.246798 │
│ 56 │ ExprKind{:for} │ 1147 │ 0.259228 │
│ 57 │ ExprKind{:kw} │ 1158 │ 0.261714 │
│ 58 │ ExprKind{:||} │ 1347 │ 0.304429 │
│ 59 │ ExprKind{:<:} │ 1421 │ 0.321154 │
│ 60 │ ExprKind{:...} │ 1501 │ 0.339234 │
│ 61 │ GlobalRef │ 1525 │ 0.344658 │
│ 62 │ ExprKind{:where} │ 1537 │ 0.347371 │
│ 63 │ Bool │ 2403 │ 0.543091 │
│ 64 │ ExprKind{:&&} │ 2763 │ 0.624453 │
│ 65 │ ExprKind{:function} │ 3119 │ 0.704911 │
│ 66 │ ExprKind{:tuple} │ 3708 │ 0.838029 │
│ 67 │ ExprKind{:return} │ 3911 │ 0.883908 │
│ 68 │ ExprKind{:macrocall} │ 4133 │ 0.934081 │
│ 69 │ ExprKind{:if} │ 4559 │ 1.03036 │
│ 70 │ ExprKind{:ref} │ 4927 │ 1.11353 │
│ 71 │ String │ 4950 │ 1.11873 │
│ 72 │ ExprKind{:curly} │ 7137 │ 1.613 │
│ 73 │ ExprKind{:.} │ 10360 │ 2.34142 │
│ 74 │ Int64 │ 11254 │ 2.54347 │
│ 75 │ QuoteNode │ 12852 │ 2.90462 │
│ 76 │ ExprKind{:(::)} │ 14512 │ 3.27979 │
│ 77 │ ExprKind{:block} │ 18372 │ 4.15217 │
│ 78 │ ExprKind{:(=)} │ 18838 │ 4.25749 │
│ 79 │ LineNumberNode │ 50863 │ 11.4953 │
│ 80 │ ExprKind{:call} │ 56301 │ 12.7243 │
│ 81 │ Symbol │ 187139 │ 42.2945 │
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment