amadeus icon indicating copy to clipboard operation
amadeus copied to clipboard

Improve compile times

Open alecmocatta opened this issue 4 years ago • 1 comments

~Abysmal since #51.~

  • [x] ~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 avatar Jun 20 '20 21:06 alecmocatta

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

alecmocatta avatar Jul 08 '20 16:07 alecmocatta