From 37bf6949ca4e84760512c05719efbd18d4eb27f3 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 30 Nov 2025 23:34:09 -0500 Subject: initial README --- README | 7 +++++++ README.org | 1 + 2 files changed, 8 insertions(+) create mode 100644 README create mode 120000 README.org diff --git a/README b/README new file mode 100644 index 0000000..ff734e6 --- /dev/null +++ b/README @@ -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. diff --git a/README.org b/README.org new file mode 120000 index 0000000..100b938 --- /dev/null +++ b/README.org @@ -0,0 +1 @@ +README \ No newline at end of file -- cgit v1.2.3