Skip to content

Instantly share code, notes, and snippets.

@tony-o
Created May 8, 2015 17: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 tony-o/799419e6807c95ef9927 to your computer and use it in GitHub Desktop.
Save tony-o/799419e6807c95ef9927 to your computer and use it in GitHub Desktop.
tonyo@imac ~/projects/test$ time perl6 -e '%r = slurp("part-of-speech").match(:g, /<-[\t\n]>+/)>>.Str.hash; %r.keys.elems.say;'
295172
real 0m22.635s
user 0m21.371s
sys 0m0.982s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment