Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 9, 2017 21:36
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/2f57cb9204a4e62406820a82b0e62749 to your computer and use it in GitHub Desktop.
Save Whateverable/2f57cb9204a4e62406820a82b0e62749 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; for 1..$n { @a[$_] = 1 }; say now - BEGIN now;
¦2015.12: «0.3193»
¦2016.01.1: «0.3282»
¦2016.02: «0.3167»
¦c9d4650: «0.3270»
¦08ad4b6: «0.3249»
¦d740258: «0.3693»
¦85c18aa: «0.3346»
¦2098186: «0.3303»
¦00bfa4d: «0.3262»
¦676ad66: «0.3287»
¦94780d7: «0.3442»
¦2c552d9: «0.2598»
¦a586b20: «0.2777»
¦4fc4cb4: «0.2605»
¦e1071b0: «0.2669»
¦2016.03: «0.2580»
¦b3b24bf: «0.2583»
¦e96d2fa: «0.2670»
¦2016.04: «0.3307»
¦64fbc84: «0.2679»
¦2016.05: «0.2615»
¦3bd9fd6: «0.2556»
¦072a6c2: «0.2389»
¦87e91cc: «0.2368»
¦652e8f0: «0.2472»
¦8dc7c2e: «0.2410»
¦915f454: «0.2306»
¦0ef135a: «0.2981»
¦388eda0: «0.2917»
¦054a54a: «0.2332»
¦ae74c90: «0.2278»
¦e423a0a: «0.2359»
¦2016.06: «0.2184»
¦2016.07.1: «0.2317»
¦2016.08.1: «0.2409»
¦75ba8cc: «0.2164»
¦2016.09: «0.2142»
¦2016.10: «0.2265»
¦2016.11: «0.2280»
¦2016.12: «0.2399»
¦2017.01: «0.2220»
¦2017.02: «0.2140»
¦7966dad: «0.2246»
¦2017.03: «0.2364»
¦2017.04.3: «0.2149»
¦ccedd6b: «0.2189»
¦14e0953: «0.2400»
¦2017.05: «0.2461»
¦2017.06: «0.2224»
¦2017.07: «0.2256»
¦2017.08: «0.2074»
¦HEAD: «0.2262»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment