Skip to content

Instantly share code, notes, and snippets.

@sorear
Created June 20, 2013 01:59
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 sorear/5819756 to your computer and use it in GitHub Desktop.
Save sorear/5819756 to your computer and use it in GitHub Desktop.
class sharing in rakudo eval-server
Stefans-MacBook-Air:nqp-jvm sorear$ time perl tools/jvm/eval-client.pl ../rakudo-jvm/token run -e 'say "Hello world"'
Hello world
real 0m7.141s
user 0m0.050s
sys 0m0.012s
Stefans-MacBook-Air:nqp-jvm sorear$ time perl tools/jvm/eval-client.pl ../rakudo-jvm/token run -e 'say "Hello world"'
Hello world
real 0m1.721s
user 0m0.068s
sys 0m0.013s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment