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

Amortize serialization size bloat #1548

Open
Nashtare opened this issue Feb 29, 2024 · 0 comments
Open

Amortize serialization size bloat #1548

Nashtare opened this issue Feb 29, 2024 · 0 comments

Comments

@Nashtare
Copy link
Collaborator

In a bunch of cases, we could reduce the serialization overhead by storing smaller primitive types than usize as the underlying values have to be small (~u8).

Additionally, there may be some improvement room for ProverCircuitData related serialization, as it was done fairly hastily.

@github-project-automation github-project-automation bot moved this to Backlog in Zero EVM Feb 29, 2024
@Nashtare Nashtare added this to the Cleanups and Misc. milestone Mar 12, 2024
@Nashtare Nashtare self-assigned this Mar 12, 2024
@Nashtare Nashtare moved this from Backlog to Todo in Zero EVM Mar 12, 2024
@Nashtare Nashtare removed their assignment May 8, 2024
@Nashtare Nashtare moved this from Todo to Backlog in Zero EVM Jun 17, 2024
@Nashtare Nashtare modified the milestones: Misc., Performance Tuning Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant