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

Remove keyword argument performance tips #24987

Merged
merged 1 commit into from
Nov 10, 2018

Conversation

ChrisRackauckas
Copy link
Member

Given the results of the newest keyword argument changes:

#24795 (comment)

Could this section be entirely erased from the performance tips?

https://docs.julialang.org/en/latest/manual/performance-tips/#Declare-types-of-keyword-arguments-1

@pkofod
Copy link
Contributor

pkofod commented Dec 8, 2017

If all CIs pass it's almost too good to be true, and we should start considering if this is all just a dream.

@ararslan ararslan added docs This change adds or pertains to documentation keyword arguments f(x; keyword=arguments) performance Must go faster labels Dec 8, 2017
@ghost
Copy link

ghost commented Oct 25, 2018

Any reason this was never merged? Is this advice still relevant?

@mschauer
Copy link
Contributor

@JeffBezanson JeffBezanson merged commit e01733b into JuliaLang:master Nov 10, 2018
@JeffBezanson
Copy link
Member

There are still some slow cases, but they're much rarer and subtler, e.g. splatting a Dict.

@ChrisRackauckas ChrisRackauckas deleted the patch-7 branch November 10, 2018 21:46
tkf pushed a commit to tkf/julia that referenced this pull request Nov 21, 2018
@NHDaly NHDaly assigned NHDaly and unassigned NHDaly Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation keyword arguments f(x; keyword=arguments) performance Must go faster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants