Skip to content

Instantly share code, notes, and snippets.

Created September 21, 2010 16:01
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/589930 to your computer and use it in GitHub Desktop.
Save anonymous/589930 to your computer and use it in GitHub Desktop.
pmichaud@plum:~/nqp-rx$ diff fib.pir fib-eh.pir
82c82
< push_eh $P15
---
> # push_eh $P15
pmichaud@plum:~/nqp-rx$ ./par fib.pir
fib(29) = 514229
time = 4.93624496459961
pmichaud@plum:~/nqp-rx$ ./par fib-eh.pir
fib(29) = 514229
time = 4.42139911651611
pmichaud@plum:~/nqp-rx$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment