Open harendra-kumar opened 12 months ago
When we are deserializing we can throw DeserializeUnderflow
and when serializing SerializeOverflow
. SerializeOverflow can be useful to re-allocate only if we overflow.
Should we do the same for Unbox
as well?
Currently, we seldom bound-check. Should we bound check on every deserializeAt
and at every serializeAt
?
Currently we just call
error
: