You need to sign in or sign up before continuing.
Remove O(n^2) code in Vec.apply(Seq)
The O(n) type legality check was redundantly executed n times. D'oh.
parent
f8594551
Please register or sign in to comment
The O(n) type legality check was redundantly executed n times. D'oh.