dotnet 6 is HOW MUCH FASTER?! | Apple M1 Max vs .NET 5 on Intel

preview_player
Показать описание
dotnet 6 is finally out and with ARM support. I'm testing my code on dotnet 5 on an x64 Intel Core i9 machine and comparing the execution performance to dotnet 6 on ARM based M1 Max MacBook Pro to see how much faster it will be.

Related videos:

#dotnet #dotnet6 #m1 #m1max #m1pro #visualstudio2022

(Take 15% off any premium NativeScript course by using the coupon code YT2020)

— — — — — — — — —

❤️ SUBSCRIBE TO MY YOUTUBE CHANNEL 📺

— — — — — — — — —

🏫 FREE COURSES

— — — — — — — — —

📱LET'S CONNECT ON SOCIAL MEDIA

Рекомендации по теме
Комментарии
Автор

Although I'm excited about the combined improvements brought by M1 and .NET 6, you said yourself: this video compares apples and eggs. It would've been nice to see a comparison of .NET 6 performance on both machines.

matheus.amazonas
Автор

Great videos as usual. But please add some sort of table or split screen to see the results side by side. A super bonus would be graphs. Also an extra would be a website or google sheet with all the results you’ve compiled so far

MarioPalomera
Автор

This video is inline with my decision to buy M1 MAC half a year back👍👌

infohpreet
Автор

Thanks for the test I love that a developer is testing relevant workflows. Can you do one comparing tensorflow on M1 Max vs intel i9?

ztterbewegung
Автор

I'm actually quite interested to see .net core 3.1 on both m1 rosetta vs native intel. Not many company would bold to update the runtime in very near future.

jasonwun
Автор

Big fan of .NET Core, really looking forward to matured Maui!

noeldillabough
Автор

nice .Net6 seems to be decently optimized for arm64

woolfel
Автор

I have a question. Can I fully develop .net apps now on M1 macs? No issues? I can make APIs and everything? I hate Mac visual studio so I would like a workflow using either Ryder or vs code with the Omni extension for intellasense. Can I do that without having to worry about crazy bugs? Or build blazor apps?

BrokenSword
Автор

I like your light mode vibes I could never 😂

GratuityMedia
Автор

Very impressive that .NET 6 is the fastest .NET 6 yet. xD (0:20)

deezy
Автор

I am happy to get a new Mac mini to start working on .NET 6 on that and see how it goes compared to my Win machine

rey
Автор

Can you test .net 6 intel vs .net 6 m1 pro/max ?

LucyTheApe
Автор

You should be using VS for Mac 2022 Preview for .NET 6 to work properly. The C# lang support is tied to the IDE. Hence defaulting to the older version.

You can be in explicit about the LangVersion in the .csproj file though. Syntax support will just not work with C# 10 in this version of the IDE.

marna_li
Автор

can you repeat this test with fastest pc laptop you have on hand vs the m1 max ?

darthrochon
Автор

That post has been written exactly during the year. It’s just a summation of all preview and RC posts.

gdargdar
Автор

Good video, but shouldn't the same test be used across the board so we can objectively see the increase in performance?

aphrofuture
Автор

Best videos in the youtube for IT folks :)

alfajrdream
Автор

Finally .NET. Keep it up, good content

tareka
Автор

It would be nice if you could dockerize the solution project (I think you can just right-click the project and click add docker support - then Dockerfile will auto-generate itself - but maybe the docker image you need to change for arm or intel ones in the Dockerfile) and run both benchmarks in both machines. :) Btw, really nice vid. The only channel that runs benchmark for programmers instead of editor tools.

ijat
Автор

Awesome videos :) Would be interesting to see the timings on the prime Numbers test in node, go, rust, Java etc compared to .net 6 on m1!

Baisaksen