You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: