Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 27, 2017 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/c62f205a69d3a98ccd7147f783452de9 to your computer and use it in GitHub Desktop.
Save Whateverable/c62f205a69d3a98ccd7147f783452de9 to your computer and use it in GitHub Desktop.
committable6
releases use nqp; my int $i = 0; my int $two = 2; my int $lim = 1_000_000; nqp::while($i < $lim, $i += $two); say now - INIT now
¦«2015.12»: 0.2571635
¦«2016.01.1»: 0.2593858
¦«2016.02»: 0.263457
¦«2016.03»: 0.1985402
¦«2016.04»: 0.2069321
¦«2016.05»: 0.1638238
¦«2016.06»: 0.1730995
¦«2016.07.1»: 0.17415436
¦«2016.08.1»: 0.16598044
¦«2016.09»: 0.2033169
¦«2016.10»: 0.174944
¦«2016.11»: 0.1699320
¦«2016.12»: 0.170599
¦«2017.01»: 0.168489
¦«2017.02»: 0.16595046
¦«2017.03»: 0.15317101
¦«2017.04.3»: 0.140789
¦«2017.05»: 0.145430
¦«2017.06»: 0.1411811
¦«HEAD(36823ab)»: 0.141896
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment