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
For example in this function we are dealing with a mut reference to a mut reference to a Serializer which contains a mut reference to Vec<u8> which contains a pointer to data. Unclear whether 4 layers of indirection affects performance but let's experiment.
The text was updated successfully, but these errors were encountered:
For example in this function we are dealing with a mut reference to a mut reference to a Serializer which contains a mut reference to Vec<u8> which contains a pointer to data. Unclear whether 4 layers of indirection affects performance but let's experiment.
The text was updated successfully, but these errors were encountered: