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

Enable support for compressed XRefMap from documentation server #1788

Merged
merged 1 commit into from
May 11, 2024

Conversation

PathogenDavid
Copy link
Member

With today's Bonsai documentation, the GZip-compressed XRefMap is only 200 KB. That's down from 2.74 MB uncompressed 🎉

The TODO is so we hopefully remember to switch to DecompressionMethods.All when we upgrade to modern .NET so that we can take advantage of Brotli and any other future compression methods supported in the future.

(Gonçalo and I considered manually using ~DecompressionMethods.None since it works downlevel, but decided this might be confusing.)

@PathogenDavid
Copy link
Member Author

Never forget what they took from us: dotnet/runtime@5fd3a23 dotnet/runtime#20829

@glopesdev glopesdev self-requested a review May 11, 2024 10:53
@glopesdev glopesdev added the feature New planned feature label May 11, 2024
@glopesdev glopesdev added this to the 2.8.3 milestone May 11, 2024
@glopesdev glopesdev merged commit ef4b3f3 into bonsai-rx:main May 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants