Skip to content

Instantly share code, notes, and snippets.

@smls
Last active December 19, 2015 14:14
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 smls/a78edfd46a70e9f1010c to your computer and use it in GitHub Desktop.
Save smls/a78edfd46a70e9f1010c to your computer and use it in GitHub Desktop.
# my @inputs = flat <foo bar> xx 100000;
my @inputs = |<foo bar> xx 100000;
my @outputs;
my $time = now;
for @inputs { @outputs.push: $_ }
note now - $time;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment