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 special case for Void in typejoin() to return Union{T, Void} #24332

Closed
wants to merge 3 commits into from

Commits on Dec 8, 2017

  1. Add special case for Void and Missing in typejoin() to return Union{T…

    …, Void/Missing}
    
    This allows for a more efficient code and array layout than using Any.
    nalimilan committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    1c0e5b7 View commit details
    Browse the repository at this point in the history
  2. Introduce promote_join() and use it instead of typejoin() where appro…

    …priate
    
    typejoin() is now used only for inference, and promote_join() everywhere else
    to choose the appropriate element type for a collection.
    nalimilan committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    9094694 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Configuration menu
    Copy the full SHA
    023c0a5 View commit details
    Browse the repository at this point in the history