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

Add inline tags to UninitSlice methods #443

Merged
merged 3 commits into from
Apr 10, 2021

Commits on Nov 9, 2020

  1. Add inline tags to UninitSlice methods

    This appears to be the primary cause of significant performance
    regressions in the `prost` test suite in the 0.5 to 0.6 transition.  See
    danburkert/prost#381.
    danburkert committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    645bd69 View commit details
    Browse the repository at this point in the history
  2. Update src/buf/uninit_slice.rs

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    danburkert and Darksonn committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    70c5525 View commit details
    Browse the repository at this point in the history
  3. ptr::add -> index

    danburkert committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7c8af6d View commit details
    Browse the repository at this point in the history