-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
foldsum, maximum, reduce, foldl, etc.sum, maximum, reduce, foldl, etc.performanceMust go fasterMust go faster
Description
I'm not sure this could be related to #43501 or not. I just noticed this code for the first time:
Line 258 in 6106e6c
| v1 = mapreduce_impl(f, op, A, ifirst, imid, blksize) |
Are there any references about this implementation? When could we expect this doubly-recursive approach to be preferable to a linear traversal?
Metadata
Metadata
Assignees
Labels
foldsum, maximum, reduce, foldl, etc.sum, maximum, reduce, foldl, etc.performanceMust go fasterMust go faster