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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: