Skip to content

PERF: get all partition widths/lengths in parallel instead of serially. #4494

@mvashishtha

Description

@mvashishtha

The reproducing script is the same as in #4493, but the solution here is different: instead of getting all lengths/widths serially, we should do so in parallel. We will need to add a new method at the physical layer for that.

This solution will not save us the cost of serializing the call queue drain result after computing length, but it will let us get all the lengths/widths at once instead of serially.

Metadata

Metadata

Assignees

Labels

Performance 🚀Performance related issues and pull requests.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions