Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ LFUCpp
Class
LFUCpp
libCacheSim/cache/eviction/cpp/LFU.cpp:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
namespace eviction {
14
class LFUCpp : public abstractRank {
15
public:
16
LFUCpp() = default;
17
;
18
};
19
} // namespace eviction
20
21
#ifdef __cplusplus
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected