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

Improve inference for paths leading to similar #1980

Merged
merged 4 commits into from
Sep 5, 2020

Commits on Sep 1, 2020

  1. Use Vector/BitVector in preference to Array

    Pkg doesn't really use multidimensional arrays, and the extra info
    about dimensionality allows better inference for output array
    allocation.
    timholy committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    15d624a View commit details
    Browse the repository at this point in the history
  2. Add more manual type info

    timholy committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    422fd4e View commit details
    Browse the repository at this point in the history
  3. Avoid unnecessary broadcast/vcat

    Inference struggles a bit with the original implementations, but the
    new ones work successfully.
    timholy committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    19baa06 View commit details
    Browse the repository at this point in the history
  4. Fix another 15276 case

    timholy committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    238d523 View commit details
    Browse the repository at this point in the history