Skip to content

Instantly share code, notes, and snippets.

Created June 3, 2012 02:05
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/2860973 to your computer and use it in GitHub Desktop.
Save anonymous/2860973 to your computer and use it in GitHub Desktop.
michaud@kiwi:~/p6/nqp$ install/bin/parrot y.pir
Each type run twice to avoid "first-to-execute" bias
RPA, 1st run:
push(100000) = 0.0126299858093262
pop(100000) = 0.00300502777099609
QRPA, 1st run:
push(100000) = 0.0124750137329102
pop(100000) = 0.0029139518737793
RPA, 2nd run:
push(100000) = 0.0142788887023926
pop(100000) = 0.00833010673522949
QRPA, 2nd run:
push(100000) = 0.0130519866943359
pop(100000) = 0.0029289722442627
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment