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

Use high performance hashmap in keeper store. #309

Open
JackyWoo opened this issue Jun 15, 2024 · 1 comment
Open

Use high performance hashmap in keeper store. #309

JackyWoo opened this issue Jun 15, 2024 · 1 comment
Labels
performance Performance promotion

Comments

@JackyWoo
Copy link
Contributor

JackyWoo commented Jun 15, 2024

Describe your idea

Now we use a simple two-level hasmap which may have some disadvantages:

  1. Key is hashed twice.
  2. Hash function is not specially optimized in RaftKeeper.
@JackyWoo JackyWoo added the performance Performance promotion label Jun 15, 2024
@JackyWoo JackyWoo added this to the Release v2.1.1 milestone Jun 15, 2024
@JackyWoo
Copy link
Contributor Author

duplicated #171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance promotion
Projects
None yet
Development

No branches or pull requests

1 participant