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

[Tooling] Avoid repeated hash lookups (NFC) #111469

Merged

[Tooling] Avoid repeated hash lookups (NFC)

63f32da
Select commit
Loading
Failed to load commit list.
Merged

[Tooling] Avoid repeated hash lookups (NFC) #111469

[Tooling] Avoid repeated hash lookups (NFC)
63f32da
Select commit
Loading
Failed to load commit list.
Graphite App / Graphite / ai_reviewer check succeeded Oct 8, 2024 in 0s

Graphite AI review summary

This change replaces a conditional block with a more concise try_emplace operation to set the CategoryEndOffset for the highest priority. It simplifies the logic for initializing the CategoryEndOffset map.

Left no comments. Looks good to me!

Details