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

perf: replace hashmap with ahashmap for faster hash computation #10

Merged
merged 2 commits into from
Nov 20, 2023

Conversation

Ggiggle
Copy link
Contributor

@Ggiggle Ggiggle commented Nov 20, 2023

Motivation

for the object of faster hash computation of hashmap, which is used in MetaInfo for rpc call

Solution

replacing hashmap with ahashmap for string kvs in Node struct of MetaInfo for rpc call

@Ggiggle Ggiggle self-assigned this Nov 20, 2023
@Ggiggle Ggiggle requested review from a team as code owners November 20, 2023 10:57
@Ggiggle Ggiggle merged commit 6812a76 into main Nov 20, 2023
10 checks passed
@Ggiggle Ggiggle deleted the perf/ahasher branch November 20, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants