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
Since last_data_size_ is zeroed in the make_alignment() method, subsequent alignment() calls will be performed with the full calculation of the expression:
In version 2.2.1, all serialization and deserialization methods perform the following sequence of actions:
Since
last_data_size_
is zeroed in themake_alignment()
method, subsequentalignment()
calls will be performed with the full calculation of the expression:Apparently, optimization based on the use of
last_data_size_
does not work in this case.The text was updated successfully, but these errors were encountered: