Add execution epoch to ParSeq trace
Open
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 268
- PR merge metrics
- No merged PRs in 30d
Description
Epoch in this context means sequence of tasks executed without thread switch.
This will allow analysis of various improvements e.g. benefit of auto batching, tasks fusing, executor improvements, queue implementations etc.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating ParSeq's trace implementation and the execution path where tasks may switch threads. Read how trace events are represented and how task execution is scheduled, then determine how an epoch should be recorded when tasks run without a thread switch. Done means traces expose execution epochs in a form that supports the analysis described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100