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 output streams (i.e., format::output::Stream and its enclosed types) allocate a new Vec<u8> for each step. We should change this so they only allocate a buffer once and re-use it for each step. They can’t be iterators anymore but c'est la vie.
The text was updated successfully, but these errors were encountered:
Currently, the output streams (i.e.,
format::output::Stream
and its enclosed types) allocate a newVec<u8>
for each step. We should change this so they only allocate a buffer once and re-use it for each step. They can’t be iterators anymore but c'est la vie.The text was updated successfully, but these errors were encountered: