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

Shrink span encoding further #119367

Merged
merged 1 commit into from
Dec 30, 2023
Merged

Commits on Dec 30, 2023

  1. Shrink span encoding further

    Spans are now stored in a more compact form which cuts down on at least
    1 byte per span (indirect/direct encoding) and at most 3 bytes per span
    (indirect/direct encoding, context byte, length byte). As a result,
    libcore metadata shrinks by 1.5MB.
    Mark-Simulacrum committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    09e619d View commit details
    Browse the repository at this point in the history