top | item 43715631 (no title) Crisco | 10 months ago Are there any performance implications for the final binary because you’re splitting it up into thousands of crates? discuss order hn newest epage|10 months ago Loss of inlining dgacmu|10 months ago Loss of automatic inlining of non-generics without LTO, to be a little pedantic.Functions marked #[inline] can still be handled across crates.LTO can inline across crates but, of course, at a substantial compile time cost.
epage|10 months ago Loss of inlining dgacmu|10 months ago Loss of automatic inlining of non-generics without LTO, to be a little pedantic.Functions marked #[inline] can still be handled across crates.LTO can inline across crates but, of course, at a substantial compile time cost.
dgacmu|10 months ago Loss of automatic inlining of non-generics without LTO, to be a little pedantic.Functions marked #[inline] can still be handled across crates.LTO can inline across crates but, of course, at a substantial compile time cost.
epage|10 months ago
dgacmu|10 months ago
Functions marked #[inline] can still be handled across crates.
LTO can inline across crates but, of course, at a substantial compile time cost.