twitter/20200508
Duhemm
tagged this
08 May 19:35
Scalding macros expand into a large amount of code, most of which contained no or very little type ascriptions, leaving a lot of unnecessary work to the compiler. By explicitly adding these type ascriptions in the generated code, we can reduce compilation times.