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

Better sorting of buffered transactions in storage update #903

Closed
joshklop opened this issue Jul 11, 2023 · 1 comment
Closed

Better sorting of buffered transactions in storage update #903

joshklop opened this issue Jul 11, 2023 · 1 comment
Labels
DB Database Optimisation New feature or request

Comments

@joshklop
Copy link
Contributor

See here for reference.

Actually if we sort the slice of BufferedTransactions we get back from the routines in ascending contract address order, we might get an additional speed up. But it is not really worth it at this point. Will leave it to another PR.

cc @omerfirmak

@IronGauntlets IronGauntlets added Optimisation New feature or request DB Database labels Sep 18, 2023
@kirugan
Copy link
Contributor

kirugan commented Aug 2, 2024

Done in PR #1882

@kirugan kirugan closed this as completed Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DB Database Optimisation New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants