mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 17:05:02 +01:00
parent
97b2f2c4be
commit
a53814be11
1 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
<iframe
|
<iframe
|
||||||
height="600"
|
height="600"
|
||||||
width="800"
|
width="800"
|
||||||
src="https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=7ac62650fd0b942ae5952b0027e0c1ce"
|
src="https://play.integer32.com/?version=stable&mode=debug&edition=2024&gist=7ac62650fd0b942ae5952b0027e0c1ce"
|
||||||
referrerpolicy="no-referrer"
|
referrerpolicy="no-referrer"
|
||||||
></iframe>
|
></iframe>
|
||||||
</details>
|
</details>
|
||||||
|
|
@ -483,7 +483,7 @@ fn main() { math::add() }
|
||||||
</section>
|
</section>
|
||||||
<section data-markdown>
|
<section data-markdown>
|
||||||
<textarea data-template>
|
<textarea data-template>
|
||||||
## but i wan't maximal performance...
|
## but i want maximal performance...
|
||||||
</textarea>
|
</textarea>
|
||||||
</section>
|
</section>
|
||||||
<section data-markdown>
|
<section data-markdown>
|
||||||
|
|
@ -498,7 +498,7 @@ fn main() { math::add() }
|
||||||
</textarea>
|
</textarea>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h2>lto = "fat"</h2>
|
<h2>lto = "fat" (monolithic)</h2>
|
||||||
<div class="mermaid">
|
<div class="mermaid">
|
||||||
<pre>
|
<pre>
|
||||||
%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true, 'fontSize': '25px' }}}%%
|
%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true, 'fontSize': '25px' }}}%%
|
||||||
|
|
@ -531,7 +531,7 @@ fn main() { math::add() }
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h2>lto = "thin"</h2>
|
<h2>lto = "thin" (sharded)</h2>
|
||||||
<div class="mermaid">
|
<div class="mermaid">
|
||||||
<pre>
|
<pre>
|
||||||
%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true, 'fontSize': '25px' }}}%%
|
%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true, 'fontSize': '25px' }}}%%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue