1
0
Fork 0
Commit Graph

1 Commits (de9cc8f66f26bf62b91d4dc0e4fb367ff9dab6a7)

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