Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Vec<u32, A> and Vec<u64,A> are MemcopySerializeable #26

Merged
merged 4 commits into from
Dec 24, 2023

Conversation

saitima
Copy link
Member

@saitima saitima commented Dec 14, 2023

What ❔

Vec<u32, A> and Vec<u64, A> implements MemcopySerializeable trait.

Why ❔

Precomputed setup of the gpu prover stores hints as vector of u32. Having implementation of this trait for Vec<u32, A> will allow faster serialization and deserialization + better trait specifications of the service layer.

@saitima saitima requested a review from shamatar December 14, 2023 16:35
shamatar
shamatar previously approved these changes Dec 15, 2023
@saitima saitima merged commit ddfefee into main Dec 24, 2023
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants