1. 06 May, 2019 1 commit
    • antirez's avatar
      Threaded IO: implement handleClientsWithPendingWritesUsingThreads(). · f468e653
      antirez authored
      This is just an experiment for now, there are a couple of race
      conditions, mostly harmless for the performance gain experiment that
      this commit represents so far.
      
      The general idea here is to take Redis single threaded and instead
      fan-out on expansive kernel calls: write(2) in this case, but the same
      concept could be easily implemented for read(2) and protcol parsing.
      
      However just threading writes like in this commit, is enough to evaluate
      if the approach is sounding.
      f468e653
  2. 02 May, 2019 1 commit
  3. 26 Apr, 2019 8 commits
  4. 24 Apr, 2019 1 commit
  5. 15 Apr, 2019 2 commits
  6. 11 Apr, 2019 2 commits
  7. 10 Apr, 2019 2 commits
  8. 09 Apr, 2019 1 commit
  9. 08 Apr, 2019 3 commits
  10. 28 Mar, 2019 1 commit
  11. 24 Mar, 2019 3 commits
  12. 22 Mar, 2019 3 commits
  13. 21 Mar, 2019 12 commits