Skip to content

Keep long-lived threads instead of short-lived ones #2

@charmoniumQ

Description

@charmoniumQ

This helps performance, as the thread creation overhead in Linux is ~10us.

This also helps profiling, since the threads which handle a certain task have a consistent thread id.

This also helps CPU logging have a smaller number of stacks to manage.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions