Feature #4781
Updated by Davide Pesavento over 3 years ago
I would like to suggest the implementation of the **Adaptive Adaptive Replacement Cache** Cache (ARC) in NFD. Paper: https://www.usenix.org/conference/fast-03/arc-self-tuning-low-overhead-replacement-cache ARC was developed by IBM in 2006 and keeps track of both frequently and recently used. It has shown better performance than LRU. There are C++ implementations available.