不要怂,就是干,撸起袖子干!

Commit e54f2429 by Mick Hansen

[merge]

2 parents fdfb9c93 d10e4102
Showing with 3 additions and 4 deletions
......@@ -347,7 +347,7 @@ module.exports = (function() {
* Previous set won't necessarily be parent set (one parent could have two children, one child would then be previous set for the other)
*/
/*
/*
* Author (MH) comment: This code is an unreadable mess, but its performant.
* groupJoinData is a performance critical function so we prioritize perf over readability.
*/
......@@ -357,7 +357,7 @@ module.exports = (function() {
return [];
}
var
var
// Generic looping
i
, length
......@@ -475,7 +475,7 @@ module.exports = (function() {
}
topValues = values = {};
$prevKeyPrefix = undefined
$prevKeyPrefix = undefined;
for (keyI = 0; keyI < keyLength; keyI++) {
key = keys[keyI];
......@@ -639,7 +639,6 @@ module.exports = (function() {
} else {
results[rowsI] = topValues;
}
//break;
}
return results;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!