Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
add two arg candidates to infix min and max
This is about 30x faster for the idiom: c = a min b, because we do not have to allocate a slurpy array just to iterate over it. For http://rosettacode.org/wiki/Draw_a_sphere#Perl_6 it results in a total speedup of about 44%.
- Loading branch information