Make state-rebuilding deterministic.
Open
GAPIS
P3
triaged
Vulkan
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
Currently state-rebuilding grabs random numbers, and iterates through maps. This means that two subsequent runs give slightly different states.
This makes caching less efficient, since we can have different sets of instructions.
Contributor guide
Assessment
This issue has not been assessed yet.