issues
search
constellation-rs
/
amadeus
Harmonious distributed data analysis in Rust.
https://constellation.rs/amadeus
Apache License 2.0
474
stars
26
forks
source link
Improve compile times
#71
Open
alecmocatta
opened
4 years ago
alecmocatta
commented
4 years ago
~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
commented
4 years ago
80 fixed most of the fallout from #51, so
type_length_limit
no longer needs upping and compile times are back to bearable.
~Abysmal since #51.~
type_length_limit
).~poll_fn
remaincargo llvm-lines
.