Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each task does a certain amount of work to generate shared data for each usercourse, and then computes the grades for each individual user.  Generating the shared data is a constant overhead to each block; generating that data for a batch of five users would take approximately the same amount of time as generating it for a batch of 1000 users. If the batch size is too small, this overhead may become a significant burden on processing.

...