Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix side effect of Remove for Arc #2850

Closed
skypexu opened this issue Oct 30, 2023 · 0 comments
Closed

Fix side effect of Remove for Arc #2850

skypexu opened this issue Oct 30, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@skypexu
Copy link
Member

skypexu commented Oct 30, 2023

Describe the bug (描述bug)

原始的ARC论文中,没有说明 Remove应该如何处理,当Cache是满的时候,Remove操作会给随后的Put操作带来副作用,副作用就是依然执行淘汰,但是显然Cache没满的时候是不需要淘汰的。

To Reproduce (复现方法)

Expected behavior (期望行为)

Versions (各种版本)
OS:
Compiler:
branch:
commit id:

Additional context/screenshots (更多上下文/截图)

@skypexu skypexu added the bug Something isn't working label Oct 30, 2023
@skypexu skypexu closed this as completed Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants