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: address Copilot review feedback for LRU eviction and overrides note
- Replace O(n) timestamp scan with O(1) Map insertion order LRU
- Evict in while loop until size <= maxEntries (not just one entry)
- Add fallback for out-of-sync _accessOrder/_analyzers
- Clarify overrides comment: 'glob 12 for latest' to 'glob 12.0.x'
0 commit comments