Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential optimization: don't copy root bucket steps, instead reference root bucket directly #2333

Open
benjie opened this issue Jan 23, 2025 · 0 comments

Comments

@benjie
Copy link
Member

benjie commented Jan 23, 2025

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.

@github-project-automation github-project-automation bot moved this to 🌳 Triage in V5.0.0 Jan 23, 2025
@benjie benjie removed this from V5.0.0 Jan 23, 2025
@benjie benjie added this to V5.X Jan 23, 2025
@github-project-automation github-project-automation bot moved this to 🌳 Triage in V5.X Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🌳 Triage
Development

No branches or pull requests

1 participant