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

Refactor lru mod, remove linked_hash_map #918

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Refactor lru mod, remove linked_hash_map #918

merged 1 commit into from
Nov 27, 2023

Conversation

PsiACE
Copy link
Member

@PsiACE PsiACE commented Nov 27, 2023

Which issue does this PR close?

Closes #.

Rationale for this change

I noticed that in order to implement cache, we have to maintain a LinkedHashMap derived from hashlink. Now that hashlink can work with hashbrown 0.14, it is time to remove it.

What changes are included in this PR?

  • remove LinkedHashMap, work with hashlink
  • reorg mods

Are there any user-facing changes?

no

no

@PsiACE PsiACE changed the title Refactor cache mod, remove linked_hash_map Refactor lru mod, remove linked_hash_map Nov 27, 2023
@PsiACE
Copy link
Member Author

PsiACE commented Nov 27, 2023

Hi @Dandandan, @yahoNanJing , @r4ntix, could you help review this PR?

@Dandandan Dandandan merged commit b8bd8fc into apache:main Nov 27, 2023
17 checks passed
@PsiACE PsiACE deleted the remove-code-from-hashlink branch November 27, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants