mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 17:05:02 +01:00
jmeow
This commit is contained in:
parent
e29cf0880a
commit
d2379848ac
1 changed files with 4 additions and 3 deletions
|
|
@ -61,8 +61,8 @@
|
||||||
<textarea data-template>
|
<textarea data-template>
|
||||||
# speed 🚀
|
# speed 🚀
|
||||||
|
|
||||||
- compile times
|
|
||||||
- runtime performance
|
- runtime performance
|
||||||
|
- compile times
|
||||||
</textarea>
|
</textarea>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
|
@ -396,8 +396,8 @@ fn main() { math::add() }
|
||||||
|
|
||||||
- spend N times optimizing the function
|
- spend N times optimizing the function
|
||||||
- and there's duplicate instances!
|
- and there's duplicate instances!
|
||||||
- `cargo-llvm-lines`
|
|
||||||
- share-generics helps for non-release builds
|
- share-generics helps for non-release builds
|
||||||
|
- `cargo-llvm-lines`
|
||||||
</textarea>
|
</textarea>
|
||||||
</section>
|
</section>
|
||||||
<section data-markdown>
|
<section data-markdown>
|
||||||
|
|
@ -551,7 +551,6 @@ fn main() { math::add() }
|
||||||
|
|
||||||
- optimizes everything in your program together at the end
|
- optimizes everything in your program together at the end
|
||||||
- breaks crate boundaries
|
- breaks crate boundaries
|
||||||
- is awesome
|
|
||||||
- is slow
|
- is slow
|
||||||
- comes in many forms
|
- comes in many forms
|
||||||
</textarea>
|
</textarea>
|
||||||
|
|
@ -687,6 +686,8 @@ fn main() { math::add() }
|
||||||
## and both? 🥺👉👈
|
## and both? 🥺👉👈
|
||||||
|
|
||||||
- no
|
- no
|
||||||
|
- at least not at once
|
||||||
|
- debug/release
|
||||||
</textarea>
|
</textarea>
|
||||||
</section>
|
</section>
|
||||||
<section data-markdown>
|
<section data-markdown>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue