Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 4, 2016 21:51
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 Whateverable/257943ecdb9ca857e80c8ce285fed8aa to your computer and use it in GitHub Desktop.
Save Whateverable/257943ecdb9ca857e80c8ce285fed8aa to your computer and use it in GitHub Desktop.
benchable6
compare HEAD my $a = ("a" x 1073741824 / 4) x 4 ||| my $b = "a" x 1073741824
¦«HEAD»:Benchmark:
Timing 10 iterations of 0, 1...
0: -0.0000 wallclock secs @ -383827.4134/s (n=10)
(warning: too few iterations for a reliable count)
1: -0.0002 wallclock secs @ -64536.7536/s (n=10)
(warning: too few iterations for a reliable count)
O---O-----------O------O------O
| | s/iter | 1 | 0 |
O===O===========O======O======O
| 1 | -1.55e-05 | -- | -83% |
| 0 | -2.61e-06 | 495% | -- |
-------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment