Skip to content

Instantly share code, notes, and snippets.

@colomon
Created July 25, 2013 13: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 colomon/6079526 to your computer and use it in GitHub Desktop.
Save colomon/6079526 to your computer and use it in GitHub Desktop.
my $time = time;
say "Startup";
my @keys;
for ^(1825 * 4) {
@keys.push($_);
}
say "Array initialized " ~ time - $time;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment