aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* PERF: fewer function callsAaron Patterson2010-07-301-6/+7
|
* initialize our instance variablesAaron Patterson2010-07-291-2/+7
|
* PERF: fewer objects, pass through on valuesAaron Patterson2010-07-291-1/+8
|
* fewer function callsAaron Patterson2010-07-291-1/+2
|
* PERF: avoid *argsAaron Patterson2010-07-291-1/+3
|
* PERF: pushing christener down for faster method lookup and callingAaron Patterson2010-07-292-2/+4
|
* PERF: removing many splatsAaron Patterson2010-07-296-13/+11
|
* fisting postgres tests. thanks santiago!Aaron Patterson2010-07-291-1/+1
|
* if-else logic doesn't neededSantiago Pastorino2010-07-281-5/+1
|
* call map to make perftools reports more niceAaron Patterson2010-07-281-1/+1
|
* refactor for faster method lookupAaron Patterson2010-07-281-12/+14
|
* PERF: fewer objects, less lambdas, less memoryAaron Patterson2010-07-281-4/+3
|
* implementing hash is a non-requirementAaron Patterson2010-07-281-8/+0
|
* PERF: fewer objects, using attr_reader for faster method lookupAaron Patterson2010-07-281-6/+2
|
* initializing variables, removing ==Aaron Patterson2010-07-281-7/+1
|
* Enumerable implements #firstAaron Patterson2010-07-281-11/+4
|
* no code is faster than no codeAaron Patterson2010-07-281-9/+0
|
* speed up hash calculation and hash methodAaron Patterson2010-07-281-7/+6
|
* no need for a lambdaAaron Patterson2010-07-282-5/+7
|
* speed up method lookup and reduce API footprintAaron Patterson2010-07-281-14/+11
|
* simplifying the ChristenerAaron Patterson2010-07-283-12/+12
|
* PostgreSQLCompiler#select_sql fixedSantiago Pastorino2010-07-281-12/+20
|
* fixing a typo!Aaron Patterson2010-07-281-2/+2
|
* #hash #eql? and #== were only used in tests. removed them and wrote better testsAaron Patterson2010-07-281-14/+0
|
* defining a list of predicate methods for easy metaprogrammingAaron Patterson2010-07-281-0/+15
|
* cleaning up code formattingAaron Patterson2010-07-271-1/+4
|
* faster method lookup againAaron Patterson2010-07-271-27/+24
|
* oops! removing debug putsAaron Patterson2010-07-272-5/+0
|
* speed up method lookupAaron Patterson2010-07-271-92/+89
|
* PERF: reducing delegate methodsAaron Patterson2010-07-273-1/+13
|
* PERF: *args is slow. also removing a non-featureAaron Patterson2010-07-271-1/+9
|
* block not usedAaron Patterson2010-07-271-1/+1
|
* removing more dead codeAaron Patterson2010-07-271-6/+0
|
* PERF: dead code is deadAaron Patterson2010-07-271-1/+0
|
* PERF: NERD RAGE. never called with a block, so no need to testAaron Patterson2010-07-271-3/+2
|
* PERF: again. never called with a block, so no need to test :-(Aaron Patterson2010-07-271-2/+1
|
* PERF: never called with a block, so no need to testAaron Patterson2010-07-271-3/+2
|
* never called with a block, so no reason to testAaron Patterson2010-07-271-1/+0
|
* fixing AR incompatibilityAaron Patterson2010-07-271-1/+1
|
* constantize is not requiredAaron Patterson2010-07-271-1/+1
|
* PERF: fewer objectsAaron Patterson2010-07-273-4/+12
|
* removing duplicate codeAaron Patterson2010-07-271-3/+0
|
* PERF: removing more method missingAaron Patterson2010-07-272-33/+35
|
* PERF: eliminating method_missingAaron Patterson2010-07-275-20/+12
|
* PERF: avoiding more method missingAaron Patterson2010-07-272-4/+21
|
* PERF: caching engine, fewer calls to method_missingAaron Patterson2010-07-261-1/+6
|
* PERF: a block is never given to this method, so stop checkingAaron Patterson2010-07-262-3/+4
|
* PERF: symbol to proc is slow, lets remove itAaron Patterson2010-07-261-1/+1
|
* PERF: removing *args calls, do not call send on protected methods then they ↵Aaron Patterson2010-07-262-29/+36
| | | | are public methods
* PERF: cache christener, initialize hash in initializeAaron Patterson2010-07-263-6/+13
|