Skip to content

Optimize async execution #428

@adespawn

Description

@adespawn

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions