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
Added an explicit include of <assert.h> to support new checks in the LRU
cache implementation.
Updated the comments and logic of lru_evict() to mandate moving the target
node to the front and abort if the key does not match, preventing misuse.
0 commit comments