-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: Speed up send-and-confirm-parallel (#33032)
* Rename blockheight -> block height * Clean up comments * Simplify tpu-client implementation * client: Destructure more in match arm * client: Avoid passing Arc where it isn't needed * Refactor sending into a new function * Chain work after send to make last part cleaner * Do all sending at once in the same future * Sleep before sending to avoid overwhelming
- Loading branch information
Showing
2 changed files
with
117 additions
and
87 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
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