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
Currently, the implementation in #6034 of upserting exposures when the election supports are fetched in a multi-page way, the whole exposure page is read from storage.
Figure out a way to append up to n exposures to a paged exposure type without having to read the whole struct from memory. This will most likely require to implement a new sp_io primitive.
The text was updated successfully, but these errors were encountered:
Currently, the implementation in #6034 of upserting exposures when the election supports are fetched in a multi-page way, the whole exposure page is read from storage.
Figure out a way to append up to
n
exposures to a paged exposure type without having to read the whole struct from memory. This will most likely require to implement a newsp_io
primitive.The text was updated successfully, but these errors were encountered: