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/b8bd4dd4620c63410567aa6ee9dfb90a to your computer and use it in GitHub Desktop.
Save Whateverable/b8bd4dd4620c63410567aa6ee9dfb90a 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 = $i + $two); say now - INIT now
¦«2015.12»: 0.00467338
¦«2016.01.1»: 0.005028
¦«2016.02»: 0.0045380
¦«2016.03»: 0.0042510
¦«2016.04»: 0.0042299
¦«2016.05»: 0.00875148
¦«2016.06»: 0.00465627
¦«2016.07.1»: 0.004524
¦«2016.08.1»: 0.00655485
¦«2016.09»: 0.00546308
¦«2016.10»: 0.0087724
¦«2016.11»: 0.0088337
¦«2016.12»: 0.0087648
¦«2017.01»: 0.0090025
¦«2017.02»: 0.0056992
¦«2017.03»: 0.0041601
¦«2017.04.3»: 0.0041306
¦«2017.05»: 0.0044331
¦«2017.06»: 0.0043488
¦«HEAD(36823ab)»: 0.0045252
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment