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
digest: improve implementations of the SerializableState trait (#1953)
Previously we were using block size + 1 byte to serialize eager block
buffers while block size is sufficient. It resulted in odd serialization
state sizes. The `SerializableState` impl also a bit convoluted.
The new implementation results in more efficient serialization and more
straightforward code. The main drawback is that it inevitably involves a
breaking change in the serialization format.
0 commit comments