Remove plans/ directory (P0/P1/P2 work complete)
This commit is contained in:
@@ -76,7 +76,7 @@ func EvictSmallest(v vfs.VFS, bytesNeeded uint) uint {
|
||||
return EvictBySizeAsc(v, bytesNeeded)
|
||||
}
|
||||
|
||||
// EvictLFU performs LFU (Least Frequently Used) eviction using AccessCount from FileInfo (P1-03 real impl).
|
||||
// EvictLFU performs LFU (Least Frequently Used) eviction using AccessCount from FileInfo.
|
||||
func EvictLFU(v vfs.VFS, bytesNeeded uint) uint {
|
||||
switch fs := v.(type) {
|
||||
case *memory.MemoryFS:
|
||||
|
||||
Reference in New Issue
Block a user