Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 9, 2017 21:30
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/121a42d5979b0402405654c8f3502806 to your computer and use it in GitHub Desktop.
Save Whateverable/121a42d5979b0402405654c8f3502806 to your computer and use it in GitHub Desktop.
benchable6
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
releases my $n = 50000; my int @a[$n+1]; for 1..$n { @a[$_] = 1 }; say now - BEGIN now;
¦2015.12: «1.6107»
¦2016.01.1: «1.6893»
¦2016.02: «1.7043»
¦2016.03: «1.6328»
¦2016.04: «1.6198»
¦2016.05: «1.4815»
¦2016.06: «1.4652»
¦bd85716: «1.4502»
¦825d7c8: «1.1122»
¦2016.07.1: «1.1766»
¦2016.08.1: «1.1285»
¦2016.09: «1.1225»
¦2016.10: «1.1152»
¦2016.11: «1.1303»
¦2f72fa0: «0.5505»
¦9855adc: «0.5492»
¦2016.12: «0.5541»
¦2017.01: «0.5599»
¦2017.02: «0.5905»
¦7966dad: «0.5340»
¦2017.03: «0.5295»
¦2017.04.3: «0.5415»
¦2017.05: «0.5675»
¦2017.06: «0.5414»
¦2017.07: «0.5230»
¦2017.08: «0.5214»
¦HEAD: «0.5204»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment