| Commit message (Expand) | Author | Age | Files | Lines |
* | PERF: pushing christener down for faster method lookup and calling | Aaron Patterson | 2010-07-29 | 1 | -1/+2 |
* | PERF: removing many splats | Aaron Patterson | 2010-07-29 | 6 | -13/+11 |
* | call map to make perftools reports more nice | Aaron Patterson | 2010-07-28 | 1 | -1/+1 |
* | refactor for faster method lookup | Aaron Patterson | 2010-07-28 | 1 | -12/+14 |
* | PERF: fewer objects, using attr_reader for faster method lookup | Aaron Patterson | 2010-07-28 | 1 | -6/+2 |
* | initializing variables, removing == | Aaron Patterson | 2010-07-28 | 1 | -7/+1 |
* | Enumerable implements #first | Aaron Patterson | 2010-07-28 | 1 | -11/+4 |
* | no code is faster than no code | Aaron Patterson | 2010-07-28 | 1 | -9/+0 |
* | no need for a lambda | Aaron Patterson | 2010-07-28 | 1 | -3/+5 |
* | #hash #eql? and #== were only used in tests. removed them and wrote better tests | Aaron Patterson | 2010-07-28 | 1 | -14/+0 |
* | faster method lookup again | Aaron Patterson | 2010-07-27 | 1 | -27/+24 |
* | oops! removing debug puts | Aaron Patterson | 2010-07-27 | 1 | -4/+0 |
* | PERF: reducing delegate methods | Aaron Patterson | 2010-07-27 | 1 | -0/+4 |
* | PERF: *args is slow. also removing a non-feature | Aaron Patterson | 2010-07-27 | 1 | -1/+9 |
* | block not used | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
* | removing more dead code | Aaron Patterson | 2010-07-27 | 1 | -6/+0 |
* | PERF: dead code is dead | Aaron Patterson | 2010-07-27 | 1 | -1/+0 |
* | PERF: NERD RAGE. never called with a block, so no need to test | Aaron Patterson | 2010-07-27 | 1 | -3/+2 |
* | PERF: again. never called with a block, so no need to test :-( | Aaron Patterson | 2010-07-27 | 1 | -2/+1 |
* | PERF: never called with a block, so no need to test | Aaron Patterson | 2010-07-27 | 1 | -3/+2 |
* | never called with a block, so no reason to test | Aaron Patterson | 2010-07-27 | 1 | -1/+0 |
* | constantize is not required | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
* | PERF: fewer objects | Aaron Patterson | 2010-07-27 | 1 | -1/+8 |
* | PERF: a block is never given to this method, so stop checking | Aaron Patterson | 2010-07-26 | 2 | -3/+4 |
* | PERF: symbol to proc is slow, lets remove it | Aaron Patterson | 2010-07-26 | 1 | -1/+1 |
* | PERF: removing *args calls, do not call send on protected methods then they a... | Aaron Patterson | 2010-07-26 | 1 | -20/+18 |
* | PERF: cache christener, initialize hash in initialize | Aaron Patterson | 2010-07-26 | 1 | -0/+1 |
* | more class reorganization | Aaron Patterson | 2010-07-26 | 1 | -0/+4 |
* | more class reorganization | Aaron Patterson | 2010-07-26 | 1 | -2/+28 |
* | reorganizing classes more | Aaron Patterson | 2010-07-26 | 1 | -0/+11 |
* | reorganizing more classes | Aaron Patterson | 2010-07-26 | 1 | -0/+16 |
* | reorganizing classes | Aaron Patterson | 2010-07-26 | 2 | -10/+70 |
* | more class organization | Aaron Patterson | 2010-07-26 | 2 | -0/+17 |
* | more class organizing | Aaron Patterson | 2010-07-26 | 7 | -6/+27 |
* | reducing files | Aaron Patterson | 2010-07-26 | 1 | -1/+5 |
* | initializing ivars | Aaron Patterson | 2010-07-26 | 1 | -0/+1 |
* | removing unused code | Aaron Patterson | 2010-07-26 | 1 | -15/+1 |
* | removing useless file | Aaron Patterson | 2010-07-26 | 1 | -4/+0 |
* | unfactoring metaprogramming | Aaron Patterson | 2010-07-25 | 1 | -2/+3 |
* | more unfactoring | Aaron Patterson | 2010-07-25 | 1 | -2/+13 |
* | more unfactoring | Aaron Patterson | 2010-07-25 | 1 | -4/+20 |
* | initializing variables | Aaron Patterson | 2010-07-25 | 1 | -0/+1 |
* | more unfactoring before we refactor | Aaron Patterson | 2010-07-25 | 1 | -3/+24 |
* | more unfactoring before we refactor | Aaron Patterson | 2010-07-25 | 1 | -3/+24 |
* | unfactoring more metaprogramming | Aaron Patterson | 2010-07-25 | 1 | -3/+9 |
* | moving engine to the child class for future refactoring | Aaron Patterson | 2010-07-25 | 1 | -1/+11 |
* | removing more meta programming | Aaron Patterson | 2010-07-25 | 1 | -3/+9 |
* | removing more metaprogramming | Aaron Patterson | 2010-07-25 | 1 | -4/+8 |
* | removing more metaprogramming | Aaron Patterson | 2010-07-25 | 2 | -11/+26 |
* | fixing warnings | Aaron Patterson | 2010-07-25 | 3 | -3/+2 |