Skip to content

Instantly share code, notes, and snippets.

@Tux
Created October 3, 2018 08:21
Show Gist options
  • Save Tux/bae0388c01b22d1747c0e4ba64e69325 to your computer and use it in GitHub Desktop.
Save Tux/bae0388c01b22d1747c0e4ba64e69325 to your computer and use it in GitHub Desktop.
Object timing
https://tux.nl/Files/o.tgz
o-time.pl: o.pl + o.pl6 (old-school)
perl6 9.13 0.22 1.0000
perl5.8.8 18.93 0.01 2.0257
perl5.10.1 17.00 0.01 1.8193
perl5.12.2 14.95 0.00 1.5989
perl5.14.1 14.68 0.02 1.5722
perl5.16.2 16.34 0.00 1.7476
perl5.18.2 13.36 0.02 1.4310
perl5.20.0 13.46 0.01 1.4406
perl5.22.0 12.07 0.00 1.2909
perl5.24.1 10.69 0.01 1.1444
perl5.26.2 10.38 0.01 1.1112
perl5.28.0 10.58 0.01 1.1326
o2-time.pl: o2.pl + o2.pl6 (no accessors in perl5, native ints in perl6)
perl6 8.44 0.29 1.0000
perl5.8.8 13.41 0.00 1.5361
perl5.10.1 12.41 0.01 1.4227
perl5.12.2 10.54 0.01 1.2085
perl5.14.1 10.79 0.01 1.2371
perl5.16.2 11.92 0.01 1.3666
perl5.18.2 9.54 0.02 1.0951
perl5.20.0 9.34 0.02 1.0722
perl5.22.0 7.76 0.02 0.8912
perl5.24.1 7.42 0.01 0.8511
perl5.26.2 7.17 0.02 0.8236
perl5.28.0 7.30 0.02 0.8385
o3-time.pl: o2.pl + o3.pl6 (like o2 but with two overridden methods in perl6)
perl6 5.51 0.29 1.0000
perl5.8.8 13.38 0.02 2.3103
perl5.10.1 12.15 0.00 2.0948
perl5.12.2 10.41 0.02 1.7983
perl5.14.1 10.52 0.00 1.8138
perl5.16.2 11.85 0.02 2.0466
perl5.18.2 9.47 0.00 1.6328
perl5.20.0 9.25 0.01 1.5966
perl5.22.0 7.81 0.02 1.3500
perl5.24.1 7.41 0.02 1.2810
perl5.26.2 7.25 0.01 1.2517
perl5.28.0 7.32 0.01 1.2638
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment