-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpc: performance fix for getProgramAccounts (#19941)
* rpc: performance fix for getProgramAccounts The accounts were gradually pushed into a vector, which produced significant slowdowns for very large responses. * rpc: rewrite loops using iterators Co-authored-by: Christian Kamm <[email protected]>
- Loading branch information
Showing
1 changed file
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters