Skip to content
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

[Tracking] Core Transaction Type #2198

Open
1 of 5 tasks
apfitzge opened this issue Jul 19, 2024 · 0 comments
Open
1 of 5 tasks

[Tracking] Core Transaction Type #2198

apfitzge opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@apfitzge
Copy link

apfitzge commented Jul 19, 2024

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant