Homepage
Open in app
Sign in
Get started
Software Design
Systems engineering to implementation
Follow
Latest
Trending
EventHelix
in
Software Design
Oct 25, 2024
🦀Understanding Rust’s Trait Objects
Fat-pointers, Vtables, and dynamic dispatch in Rust
Read more…
8
EventHelix
in
Software Design
Sep 4, 2024
🦀Compare the Assembly Generated for Static vs Dynamic Dispatch in Rust
Understand the differences…
Read more…
1
EventHelix
in
Software Design
Jul 28, 2024
🦀Rust Under the Hood
A deep dive into Rust internals and generated assembly
Read more…
3
EventHelix
in
Software Design
Jul 27, 2022
🦀Rust bool vector to a string slice vector
Understand the assembly code for a
Vec<bool>
to
Vec<&
…
Read more…
84
EventHelix
in
Software Design
Jun 17, 2022
🦀Map Rust vector iteration to assembly
Learn how the compiler optimizes iteration for different…
Read more…
54
EventHelix
in
Software Design
Jun 4, 2022
🦀Rust to assembly: Arrays, Tuples, Box, and Option handling
Map the Rust array, tuple, Box, and…
Read more…
60
EventHelix
in
Software Design
May 30, 2022
🦀Rust enum-match code generation
Understand the generated assembly code for enum discriminated unions
Read more…
45
EventHelix
in
Software Design
May 29, 2022
🦀Assembly code generated from Rust for parameter passing
Understand the assembly code generated for…
Read more…
21
EventHelix
in
Software Design
Dec 31, 2021
Auto-vectorize C and C++ code
Auto-vectorization of for loops results in significant performance…
Read more…
6
EventHelix
in
Software Design
Aug 24, 2019
likely — unlikely directives
Assisting the compiler in optimizing if conditions
Read more…
59
3 responses
About
Software Design
Architecture | Design | Coding
More information
Followers
567
Elsewhere