1
0
Fork 0
Commit Graph

1 Commits (7d27bc7969ed2b72eab7c7e5a4f75dcc7057b374)

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