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

union-types: use insertion (stable) sort instead of qsort #45896

Merged
merged 1 commit into from
Jul 6, 2022

Commits on Jul 1, 2022

  1. union-types: use insertion (stable) sort instead of qsort

    Different platforms implement qsort differently, leading to
    platform-specific errors. This is a quick port of the ml_matches
    algorithm for use instead. For small unions (almost always), this should
    also be slightly faster, though insignificant.
    
    Refs #45874
    vtjnash committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    cfe770a View commit details
    Browse the repository at this point in the history