Skip to content

Instantly share code, notes, and snippets.

Created September 5, 2010 16:52
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 anonymous/566158 to your computer and use it in GitHub Desktop.
Save anonymous/566158 to your computer and use it in GitHub Desktop.
pmichaud@orange:~/rakudo$ time ./perl6 x
slurp('unixdict.txt').chars: 206403
real 0m29.419s
user 0m28.990s
sys 0m0.240s
pmichaud@orange:~/rakudo$ time ./perl6 y
slurp2('unixdict.txt').chars: 206403
real 0m1.696s
user 0m1.500s
sys 0m0.170s
pmichaud@orange:~/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment