1. 06 Nov, 2019 1 commit
  2. 03 Nov, 2019 8 commits
  3. 01 Nov, 2019 12 commits
  4. 31 Oct, 2019 7 commits
  5. 30 Oct, 2019 7 commits
  6. 29 Oct, 2019 3 commits
  7. 28 Oct, 2019 2 commits
    • Joseph Noir's avatar
      Merge pull request #952 · c31c0988
      Joseph Noir authored
      Fix excessive buffering in stream stages
      c31c0988
    • Dominik Charousset's avatar
      Fix excessive buffering in stream stages · efbe5827
      Dominik Charousset authored
      By not considering how many items are currently buffered at a stage, CAF
      happily hands out infinite credit to upstream stages. By restricting the
      maximum capacity we communicate upstream by the number of currently
      cached elements, we achieve the correct behavior.
      efbe5827