Skip to content

perf(gateway): hoist bucket iterator branch - #2537

Open
vilgotf wants to merge 5 commits into
mainfrom
vilgotf/gateway-bucket
Open

perf(gateway): hoist bucket iterator branch#2537
vilgotf wants to merge 5 commits into
mainfrom
vilgotf/gateway-bucket

Conversation

@vilgotf

@vilgotf vilgotf commented Jun 14, 2026

Copy link
Copy Markdown
Member

@github-actions github-actions Bot added c-gateway Affects the gateway crate t-perf Improves performace labels Jun 14, 2026
vilgotf and others added 2 commits June 15, 2026 12:29
@vilgotf

vilgotf commented Jul 13, 2026

Copy link
Copy Markdown
Member Author

The ShardId constructor requires an #[inline] attribute to be inlined into bucket() because it is declared in a separate crate. Likewise, bucket() cannot be inlined into the application without the attribute.

@github-actions github-actions Bot added the c-model Affects the model crate label Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c-gateway Affects the gateway crate c-model Affects the model crate t-perf Improves performace

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants