Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for old encodings #2190

Merged
merged 2 commits into from
May 20, 2021
Merged

Conversation

Gabriella439
Copy link
Collaborator

A while back we dropped the standard version from the binary encoding,
but we still wrote out old binary encodings for backwards compatibility.
However, by this point there are likely very few people using the old
encodings by this point and they should upgrade anyway.

The upside of dropping support for older encodings (besides simpler
code), is that now binary cache writes will be 6x faster since we
don't need to write out the same cache product 5 extra times for older
encodings.

A while back we dropped the standard version from the binary encoding,
but we still wrote out old binary encodings for backwards compatibility.
However, by this point there are likely very few people using the old
encodings by this point and they should upgrade anyway.

The upside of dropping support for older encodings (besides simpler
code), is that now binary cache writes will be 6x faster since we
don't need to write out the same cache product 5 extra times for older
encodings.
@Gabriella439 Gabriella439 merged commit 7190cb2 into master May 20, 2021
@Gabriella439 Gabriella439 deleted the gabriel/drop_standard_version branch May 20, 2021 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant