Skip to content
Snippets Groups Projects
  1. Apr 03, 2015
  2. Apr 02, 2015
  3. Apr 01, 2015
  4. Mar 31, 2015
  5. Mar 30, 2015
  6. Mar 29, 2015
  7. Mar 25, 2015
  8. Mar 24, 2015
  9. Mar 23, 2015
  10. Mar 22, 2015
  11. Mar 21, 2015
  12. Mar 20, 2015
    • Konstantin Osipov's avatar
      fiber scheduling: schedule ready fibers more aggressively · 4fe85243
      Konstantin Osipov authored
      If a fiber becomes ready on a user-defined event, schedule it
      in the same event loop, not in the next loop, to save one epoll_wait()
      invocation in cases when something is added to a fiber channel,
      and there is a fiber ready for execution waiting on the channel.
      
      Add a micro-bench to the unit test suite.
      4fe85243
  13. Mar 19, 2015
  14. Mar 18, 2015
Loading