4 comments

  • simonw6 minutes ago
    This is an intimidating amount of code! 12,303 lines of C and 244,740 lines of Python, which looks to be a ton of monkeypatching plus huge amounts of test code.<p>Only one commit added all of that, just two hours ago.<p>The published numbers are impressive, but its hard to evaluate how much trust can be put in a project of this complexity at this early stage.
  • hsnewman16 minutes ago
    Why not just use Go?
    • foxygen10 minutes ago
      Because you are have an existing app in Python. Because you need some library that is not available in Go. Because you prefer Python. All are valid reasons.
  • ksdme91 hour ago
    How does this compare with gevent?
    • korijn4 minutes ago
      Exactly this is very reminiscent
  • Onavo28 minutes ago
    Is Python about to have its Project Loom moment?