1. 09 Sep, 2020 4 commits
  2. 08 Sep, 2020 9 commits
  3. 07 Sep, 2020 2 commits
  4. 06 Sep, 2020 1 commit
  5. 05 Sep, 2020 3 commits
  6. 04 Sep, 2020 4 commits
  7. 03 Sep, 2020 3 commits
  8. 01 Sep, 2020 4 commits
  9. 31 Aug, 2020 6 commits
  10. 30 Aug, 2020 1 commit
  11. 28 Aug, 2020 2 commits
    • Dominik Charousset's avatar
      Remove the complexity-based credit controller · c634d7fb
      Dominik Charousset authored
      The idea of a self-adjusting buffer seemed promising. However, computing
      buffer space based on processing times easily leads to very large
      buffers when entire batches only take microseconds to process. We could
      reproduce excessive buffering in many cases, where applications would
      use several hundred MB when using this controller.
      c634d7fb
    • Dominik Charousset's avatar
      Remove propagation of downstream buffer sizes · 3ccf2d6e
      Dominik Charousset authored
      Stream stages should adjust their buffers according to local
      configuration rather than using buffer sizes of the connected sinks. In
      particular, since stages usually perform little work and as a result can
      run with small buffers.
      3ccf2d6e
  12. 27 Aug, 2020 1 commit