Arguable one of the fastest C++ implementation of LRU Cache for leetcode imo. Reference: https://leetcode.com/discuss/20619/c-11-code-74ms-hash-table-list I came up with a solution similar to this myself, but this one is more optimized
No download links available.