Skip to content

Rewrite SendWrapper with lighter thread Id #252

Description

@George-Miao

Current SendWrapper uses std::thread::Thread, involving cloning an Arc and instantly drop it, which causes overhead. We may rewrite it with a lighter number-only thread id.

Metadata

Metadata

Assignees

Labels

performancePerformance related (regression/optimization)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions