-
Notifications
You must be signed in to change notification settings - Fork 3
Optimize async execution #428
Copy link
Copy link
Open
Labels
PerformanceDriver goes brrrrDriver goes brrrr
Milestone
Description
We are working on attempts to reduce the overhead from spawning a new tokio task per each call to async functions.
We are currently experimenting with 2 (mutually exclusive) changes:
- Changing the tokio worker count to 1 (simpler but with likely with smaller improvement)
- Writing a custom async bridge (Casync clean #414) (bigger gains, bigger complexity)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PerformanceDriver goes brrrrDriver goes brrrr