Map vs Reduce #6587
Closed
Rastraponovich
started this conversation in
Ideas
Map vs Reduce
#6587
Replies: 1 comment
|
Because, yes. Each data structure is used for a different purpose. The first The 2nd map is being used to convert the object structure into a scalar so we can "join" the values of the object. To be honest, we could use a In performance terms, this is negligible since these arrays would never pass the dozens of entries. Even with millions of entries this mapping is simple enough. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
why are you using 2(3) map functions instead of 1 reduce?
in this
All reactions