This commit is contained in:
nora 2025-10-06 20:59:01 +02:00
parent e29cf0880a
commit d2379848ac

View file

@ -61,8 +61,8 @@
<textarea data-template>
# speed 🚀
- compile times
- runtime performance
- compile times
</textarea>
</section>
<section>
@ -396,8 +396,8 @@ fn main() { math::add() }
- spend N times optimizing the function
- and there's duplicate instances!
- `cargo-llvm-lines`
- share-generics helps for non-release builds
- `cargo-llvm-lines`
</textarea>
</section>
<section data-markdown>
@ -551,7 +551,6 @@ fn main() { math::add() }
- optimizes everything in your program together at the end
- breaks crate boundaries
- is awesome
- is slow
- comes in many forms
</textarea>
@ -687,6 +686,8 @@ fn main() { math::add() }
## and both? 🥺👉👈
- no
- at least not at once
- debug/release
</textarea>
</section>
<section data-markdown>