-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
triedb/pathdb: introduce lookup structure to optimize node query #30557
Conversation
a341a94
to
8e7ef2c
Compare
64c34fc
to
98e91df
Compare
98e91df
to
acdd589
Compare
|
1771c3d
to
d6e8ed4
Compare
d6e8ed4
to
6c04ae0
Compare
Hi @rjl493456442, Great work so far! I have a question regarding the recent benchmarks: The current benchmarks demonstrate significant improvements in node retrieval. However, it appears that the TrieDB commit process is slower.
This approach provides optimization for snapshot queries without negatively impacting performance. |
Close it in favor of #30971 |
Implemented the #30022
Benchmark needed