solana/tpu-client/src/nonblocking
Jon Cinque 2124f0a13c
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
2023-08-29 18:29:10 +02:00
..
mod.rs Refactor connection cache to support generic msgs (#29774) 2023-02-01 18:10:06 -08:00
tpu_client.rs client: Speed up send-and-confirm-parallel (#33032) 2023-08-29 18:29:10 +02:00