|
|
|
|
|
by masklinn
498 days ago
|
|
Wouldn’t one hit wonders still be an issue? They might get evicted relatively fast anyway but assuming an LRU each will still take a cache entry until they go through the entire thing and finally get evicted. Although if that’s your concern you can probably just add a smaller admission cache in front of the main cache, possibly with a promotion memory. |
|