Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 19, 2017 21:54
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/5e00c0007f59595fe1b3595572bfb23c to your computer and use it in GitHub Desktop.
Save Whateverable/5e00c0007f59595fe1b3595572bfb23c to your computer and use it in GitHub Desktop.
benchable6
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2015.12,2016.12,2017.05,HEAD my (@l,@r); sub ri(@a,@b){@b.unshift(@a.shift) while @a.elems}; for (1..8).permutations { @l=@$_; repeat { @r=@l.splice(0,@l[0]); ri(@r, @l) } while @l[0] != 1 }
¦2015.12: «10.0067»
¦2016.12: «3.8990»
¦2017.05: «3.7298»
¦ac39c9a: «3.4755»
¦7368787: «3.3046»
¦97aced9: «3.3074»
¦9494cbd: «3.3004»
¦b03d804: «3.1840»
¦5e34258: «2.8864»
¦HEAD: «3.0789»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment