1
0
Fork 0
Commit Graph

1 Commits (ac1a0368cf264b96b688fdb9e2f30ee6ec5b5177)

Author SHA1 Message Date
Mike Gerwitz a7e381a31e Mixing method invocation performance tests
As expected, mixin method invocation is dramatically slower than
conventional class method definitions. However, it is a bit slower than I
had anticipated; future releases will definately need to take a look at
improving performance, which should happen anyway, since the trait
implementation takes the easy way out in a number of instances.

Let's get an initial release first.
2014-03-15 21:16:27 -04:00