meow
Some checks failed
test / test (push) Has been cancelled

This commit is contained in:
nora 2025-09-29 22:52:44 +02:00
parent 97b2f2c4be
commit a53814be11

View file

@ -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' }}}%%