On Thursday, November 12, 2015 at 5:16:22 PM UTC, Imran Geriskovan wrote: > > What is the cost/overhead difference > between these calls? > > await foo1() > foo2() > > async def foo1(): > pass > > def foo2(): > pass > > Double the time https://gist.github.com/lsbardel/cbe62fa5218ee0252188
- [python-tulip] Cost of async call Imran Geriskovan
- [python-tulip] Re: Cost of async call Luca Sbardella
- Re: [python-tulip] Re: Cost of async call Imran Geriskovan
- Re: [python-tulip] Cost of async call Victor Stinner
- Re: [python-tulip] Cost of async call Imran Geriskovan
- Re: [python-tulip] Cost of async call Imran Geriskovan
