Heungsub Lee

Results 59 comments of Heungsub Lee

Simply isn't it `P(c>b) * P(b>a)`?

Oh, awesome! Thank you for letting me know my mistake. The function `ranks_probability` looks good but I don't want to adopt it as a part of this library. There are...

When I implemented it, performance was not one of the goals. The goal is to implement the TrueSkill algorithm with clean code for ease of understanding. If you need better...

`dump()` is not released at PyPI yet. Try with the `master` branch of this repository.

No, you shouldn't use `--timer=greenlet`. I didn't care about `asyncio` application but I should have done it. For now, probably we can't profile `asyncio` application with `profiling`. I'll try to...

I'm working on this issue. Checkout https://github.com/sublee/profiling/tree/eventloop-aware and try like: ``` console $ profiling yourapp.py --eventloop-aware=asyncio ``` I need to hear some feedback.

@Alexis-benoist Your URL is not correct. Try to install with `$ pip install git+https://github.com/what-studio/profiling.git@eventloop-aware`.

@MJ111 No, the branch has not been merged into `master` yet. Does `master` work well with asyncio now?