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
Fix caching gaps and reduce Pathname overhead in file lookups (#161)
Cache nil results in TeamFinder.for_file when RustCodeOwners returns nil,
preventing repeated uncached calls to the Rust layer for unowned files.
Memoize Pathname.pwd and use string prefix stripping instead of
Pathname#relative_path_from for the common case, eliminating costly
Pathname allocations and cleanpath operations.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments