-
Notifications
You must be signed in to change notification settings - Fork 261
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
Enhancements for tpu-client-next #2991
Comments
|
Discussed with Alex how could be organized sending transactions inside the tpu-client-next:
|
Extend
|
How to minimize allocationsThe problem is that we need to distribute transaction batch over a set of leaders. For small packets, it makes sense to copy packets to pre-allocated buffers (which allocator should use internally). In our domain, for RPC/STS I see that we almost always send transactions in very small batches. While for transaction-bench we use larger batches by design. So the solution could be to use generic type for |
Problem
Tpu-client-next is introduced in #2905
This issue is to track features requests.
Proposed by me:
Proposed by @godmodegalactus:
Proposed by Alesssandro:
ConnectionWorker:run
should returnResult
.The text was updated successfully, but these errors were encountered: