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 cat design / performance #49322

Merged
merged 2 commits into from
Jul 13, 2023
Merged

improve cat design / performance #49322

merged 2 commits into from
Jul 13, 2023

Commits on Jul 13, 2023

  1. improve cat design / performance

    This used to make a lot of references to design issues with the
    SparseArrays package (#2326 /
    #20815), which result in a
    non-sensical dispatch arrangement, and contribute to a slow loading
    experience do to the nonsense Unions that must be checked by subtyping.
    vtjnash committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e4b6fcf View commit details
    Browse the repository at this point in the history
  2. fix error types

    vtjnash committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0f651a1 View commit details
    Browse the repository at this point in the history