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>
|
||||
# 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue