Ignareo-ISML-auto-voter
yappi
Our great sponsors
Ignareo-ISML-auto-voter | yappi | |
---|---|---|
1 | 4 | |
183 | 1,090 | |
- | - | |
3.5 | 5.6 | |
9 days ago | 2 months ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Ignareo-ISML-auto-voter
We haven't tracked posts mentioning Ignareo-ISML-auto-voter yet.
Tracking mentions began in Dec 2020.
yappi
- 10 Tools I Wish I Knew When I Started Working with Python
-
Spy on Python down to the Linux kernel level
I've just realised after posting that the AUR package uses the git version, so it's actually normal that we have to use git version for austin-tui too and not the pypi one. Just if someone like me install the pypi version without paying attention, the git one is necessary.
For async code, the issue with normal profiler is that we end up mostly in the event loop. In Python there is https://github.com/sumerc/yappi which has a notion of coroutine profiling (check the README there), so I'm wondering if this would make sense in the context of Austin.
Anyway thanks for your work!
- (How to) profile python code?
What are some alternatives?
py-spy - Sampling profiler for Python programs
pyinstrument - ๐ดย Call stack profiler for Python. Shows you why your code is slow!
sanic - Accelerate your web app development | Build fast. Run fast.
python-socketio - Python Socket.IO server and client
aioflask - Flask running on asyncio!
magda - Library for building Modular and Asynchronous Graphs with Directed and Acyclic edges (MAGDA)
PDM - A modern Python package and dependency manager supporting the latest PEP standards
Pipenv - Python Development Workflow for Humans.
austin - Python frame stack sampler for CPython
Poetry - Python packaging and dependency management made easy
asyncio-tutorial-part1 - ๐๐ Intro to concurrency in Python with Asyncio.