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

Commit fdfb9c93 by Mick Hansen

add comment

1 parent e92c4dd1
Showing with 5 additions and 0 deletions
......@@ -347,6 +347,11 @@ 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.
*/
var groupJoinData = function(rows, includeOptions, options) {
if (!rows.length) {
return [];
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!