diff options
| author | bd <bdunahu@operationnull.com> | 2025-11-30 23:34:09 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-11-30 23:34:09 -0500 |
| commit | 37bf6949ca4e84760512c05719efbd18d4eb27f3 (patch) | |
| tree | c1b2837b674b4b9fb0ab52ea59c6e0971b00c976 /README | |
| parent | 8041035d3ce04e72ab0dadef325c03447dc6d87f (diff) | |
initial README
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +-*- mode: org -*- + +Nemesis is a prototype [[https://docs.python.org/3/library/asyncio.html][asyncio]] profiler which finds blocking +coroutines through use of [[https://github.com/plasma-umass/coz][causal profiling]]. Nemesis directly measures +optimization potential without instrumentation by predicting the +impact of how coroutine optimization has an inpact on the overall +throughput or latency of tasks scheduled in the event loop. |
