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 compile times #71

Open
1 of 4 tasks
alecmocatta opened this issue Jun 20, 2020 · 1 comment
Open
1 of 4 tasks

Improve compile times #71

alecmocatta opened this issue Jun 20, 2020 · 1 comment

Comments

@alecmocatta
Copy link
Member

alecmocatta commented Jun 20, 2020

Abysmal since #51.

  • Avoid gigantic types (which require upping type_length_limit).
  • Avoid closures that I think are monomorphised for parameters that aren't relevant?
    • Some uses of poll_fn remain
  • Try out cargo llvm-lines.
@alecmocatta
Copy link
Member Author

#80 fixed most of the fallout from #51, so type_length_limit no longer needs upping and compile times are back to bearable.

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

1 participant