ChainSafe / ChainSafe/lodestar
[gloas] computePayloadTimelinessCommitteesForEpoch performance issue
Open
meta-bug
spec-gloas
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 483
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 150
Description
### Describe the bug
this is from `epbs-devnet-0`, majority of time to process epoch is for `computePayloadTimelinessCommitteesForEpoch`
### Expected behavior
there was an effort to improve this at NodeJS side #9012
that showed how we can use the whole shuffling to compute ptc indices
we can do the same thing to offload to native in "@chainsafe/swap-or-not-shuffle"
### Steps to reproduce
_No response_
### Additional context
_No response_
### Operating system
Linux
### Lodestar version or commit hash
unstable
Contributor guide
Assessment
This issue has not been assessed yet.