Potential optimization: don't copy root bucket steps, instead reference root bucket directly
Open
✨ feature
- Dominant language
- TypeScript
- Stars
- 12.9k
- Forks
- 625
- Avg merge
- 5h 23m
- Merged PRs (30d)
- 24
Description
Everything in root bucket is unary; not having to track and pass around constants could save us some valuable cycles, and would also simplify thing like referencing variable/directive argument values (e.g. the `@stream(label: ..., initialCount: ...)` values) in Grafast internal code.
Contributor guide
Assessment
This issue has not been assessed yet.