[44/69] [abbrv] geode git commit: GEODE-2587: Refactored the OrderByComparator's compare method

2017-05-22 Thread udo
GEODE-2587: Refactored the OrderByComparator's compare method * This prevents creation of extra data structures like arrays of arrays * Hence let number of GC, faster execution of queries with ORDER BY This closes #517 Project: http://git-wip-us.apache.org/repos/asf/geod

[01/13] geode git commit: GEODE-2587: Refactored the OrderByComparator's compare method [Forced Update!]

2017-05-18 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2929-1 4d61b82e9 -> f02180476 (forced update) GEODE-2587: Refactored the OrderByComparator's compare method * This prevents creation of extra data structures like arrays of arrays * Hence let number of GC, faster exec

geode git commit: GEODE-2587: Refactored the OrderByComparator's compare method

2017-05-17 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 52dadee32 -> b3fc0c814 GEODE-2587: Refactored the OrderByComparator's compare method * This prevents creation of extra data structures like arrays of arrays * Hence let number of GC, faster execution of queries with ORDER B