optimalwebcaching
optimalwebcaching copied to clipboard
Derive the optimal cache hit ratio for Internet request traces with variable object sizes.
Hello. Previously, we closely followed your work on "LFO: Towards Lightweight and Robust Machine Learning for CDN Caching" [HotNets'18]. We conducted some tests based on the dataset you provided ("We...
I tried PFOO-U with a short test trace and discovered what appears to be an impossible solution. My trace was ``` 1 1 10 2 1 10 3 2 10...
PFOO-U is painfully slow on traces above 50 million requests. Technically, it should be a linear-time algorithm and should outperform PFOO-L. But PFOO-L is orders of magnitude faster in practice,...