A C++11 simulator for a variety of CDN caching policies.
-
Updated
Dec 3, 2020 - C++
A C++11 simulator for a variety of CDN caching policies.
Derive the optimal cache hit ratio for Internet request traces with variable object sizes.
Tips for improving web performance
Cache Performance Insight is a framework designed to evaluate the performance of different cache policies with different workloads and configurations.
A C++11 Based CDN cache simulator
A framework to test cache replacement policies.
Manageable LRU in-memory cache instance for fast lookups and configurable eviction policies
Project WS16-17
A configurable two-level cache (for caching Objects). Level 1 is memory, level 2 is filesystem. One can specify cache strategies and max sizes of both levels 1 and 2. Three cache replacement policies have been set: Least Frequently Used, Least Recently Used, Most Recently Used.
Add a description, image, and links to the cache-policy topic page so that developers can more easily learn about it.
To associate your repository with the cache-policy topic, visit your repo's landing page and select "manage topics."