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: improve LRU cache with refresh-on-access and refactor benchmarks
- Add LRU refresh logic in sequential router to move accessed cache
entries to the end, ensuring proper least-recently-used eviction
- Extract duplicated benchmark code into reusable benchRouter function
0 commit comments