1. 27 Nov, 2015 9 commits
  2. 26 Nov, 2015 7 commits
  3. 25 Nov, 2015 2 commits
    • Tatsuhiro Tsujikawa's avatar
      Use seq to break a tie for stream weight · faad0418
      Tatsuhiro Tsujikawa authored
      Because of the nature of heap based priority queue, and our compare
      function, streams with the same weight and same parent are handled in
      the reverse order they pushed to the queue.  To allow stream pushed
      earlier to be served first, secondary key "seq" is introduced to break
      a tie.  "seq" is monotonically increased integer per parent stream,
      and it is assigned to stream when it is pused to the queue, and gets
      incremented.
      faad0418
    • Tatsuhiro Tsujikawa's avatar
      3048bb9d
  4. 24 Nov, 2015 3 commits
  5. 23 Nov, 2015 9 commits
  6. 22 Nov, 2015 1 commit
  7. 21 Nov, 2015 8 commits
  8. 20 Nov, 2015 1 commit