Great series. I’m curious, how did you do the benchmark showing the execution times? Is there a recommended way to test JIT assembly instructions? For me I would usually build a small C# or Unity application and use System.Diagnostics.StopWatch to time the calls. Would be interesting to hear what you think on this point
please continue this series; I always wanted to know how all this work under the hood
Kudos for the effort to create those videos Sir! It looks efortless but I know that this is a lot of work.
loving this series
This is a really clear, to the point, informational video!
Great series. I’m curious, how did you do the benchmark showing the execution times? Is there a recommended way to test JIT assembly instructions? For me I would usually build a small C# or Unity application and use System.Diagnostics.StopWatch to time the calls. Would be interesting to hear what you think on this point
I use benchmark dotnet or roll my own with warm-up and outlier removal phase.