Skip to content

Instantly share code, notes, and snippets.

Created June 3, 2012 01:54
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/2860944 to your computer and use it in GitHub Desktop.
Save anonymous/2860944 to your computer and use it in GitHub Desktop.
pmichaud@kiwi:~/p6/nqp$ install/bin/parrot z.pir
Each type run twice to avoid "first-to-execute" bias
RPA, 1st run:
unshift(100000) = 3.36680006980896
shift(100000) = 3.34294104576111
QRPA, 1st run:
unshift(100000) = 0.462239980697632
shift(100000) = 0.00279593467712402
RPA, 2nd run:
unshift(100000) = 3.57553791999817
shift(100000) = 3.55286192893982
QRPA, 2nd run:
unshift(100000) = 0.464733123779297
shift(100000) = 0.00282406806945801
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment