Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created August 7, 2018 16:42
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 jnthn/196263d7e888278863d5a4b2e42b2008 to your computer and use it in GitHub Desktop.
Save jnthn/196263d7e888278863d5a4b2e42b2008 to your computer and use it in GitHub Desktop.
my @keys = 'a'..'z';
for ^500_000 {
my %h;
for @keys {
%h{$_} = 42;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment