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

Analyzing type stability for performance #252

Open
yeesian opened this issue Oct 9, 2021 · 4 comments
Open

Analyzing type stability for performance #252

yeesian opened this issue Oct 9, 2021 · 4 comments
Milestone

Comments

@yeesian
Copy link
Owner

yeesian commented Oct 9, 2021

Got inspired reading http://staff.mmcs.sfedu.ru/~ulysses/Papers/2021-julia-type-stability.pdf (Updated link: Type Stability in Julia: Avoiding Performance Pathologies in JIT Compilation (Extended Version) (ArXiv link).

Imight be nice to profile this package for type stability and groundedness and see if there are any opportunities for improvement (e.g. #246).

@yeesian yeesian added this to the v1.0 milestone Oct 9, 2021
@yeesian
Copy link
Owner Author

yeesian commented Oct 9, 2021

Putting this within scope for v1.0 in case it might require breaking changes to the API.

@rafaqz
Copy link
Collaborator

rafaqz commented Oct 9, 2021

I was thinking about this yesterday for ArchGDAL. Better type stability should also help with compilation time, which could also be profiled at the same time.

@evetion
Copy link
Collaborator

evetion commented Oct 10, 2021

@yeesian Do you have another link to that paper or a full citation? Can't access that server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants