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
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Last week I changed the implementation of encoders such that they now don't guarantee that their Default property always returns the same instance of the default encoder. Access to the property’s backing field used to be synchronized using memory berries; I now removed these synchronizations. This change was made to simplify code and improve performance of the common scenario: retrieving the default encoder, at the cost of having to create (and collect) more than one instance of the encoder in rare cases (once in a blue moon).
This change just remove tests that test behavior that we don’t guarantee anymore.
0 commit comments