Skip to content

Performance optimizations #50

@EdmondDantes

Description

@EdmondDantes
  • It is necessary to separate coroutines and fibers in such a way that different coroutines can use the same fiber. This approach will minimize the number of fibers, reduce context switches, and increase performance.

  • Add a fiber pool so that once-created fibers can be reused multiple times.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions