You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue to rework the transaction type used in core more efficient.
A major bottleneck in the current TPU pipeline is deserialization (and dropping) of transactions in BankingStage.
A cause of the poor performance is our structure design and use of the generalized serde/bincode which force us to take ownership of our data.
Proposed Solution
Create and use a new transaction structure inside core.
Problem
Tracking issue to rework the transaction type used in core more efficient.
A major bottleneck in the current TPU pipeline is deserialization (and dropping) of transactions in BankingStage.
A cause of the poor performance is our structure design and use of the generalized serde/bincode which force us to take ownership of our data.
Proposed Solution
Create and use a new transaction structure inside core.
Tasks:
The text was updated successfully, but these errors were encountered: