Sign in to confirm you’re not a bot
This helps protect our community. Learn more

Goals

5:24

Routing requests...

7:55

Case insensitive routing

11:34

Scenario 2: Date formatting

17:03

Can't do it like this... • Small code changes can have major impact on the system, but will hit a wall at some point • Need something better, need to change the architecture itself

17:20

What's the cost of writing JSON?

18:05

JSON Parsing Can't pay the parsing cost (over & over) * Own binary format, optimized for retrieval - Context will retain knowledge of parsing behavior - Context is reusable - You get faster over time

19:18

Zero copy model

21:20

Memory handling • Understand the GC

24:08

Pick the environment Same lessons we learn (allocation, performance)

27:27
Extreme Architecture Performance
126Likes
4,986Views
2021Nov 16
In this session, Oren Eini, is going to discuss the changes made to RavenDB ( a document database) when moving from classic .NET to .NET Core and the performance improvement that resulted. We'll discuss the internal of the runtime, low level implementation strategies as well as the broad architecture and the impact that has on your application. The end result was a higher than ten fold improvement in performance of the system, and a much cleaner architecture. https://aka.ms/dotNETConf2021-GetdotNET6 👨‍💻 Slides & code: https://aka.ms/dotnetconf/2021 🎉 .NET 6 Release Blog: https://devblogs.microsoft.com/dotnet... ⬇ Download .NET 6: https://aka.ms/dotNETConf2021-GetdotNET6 🙋‍♀️🙋‍♂️ Get your questions answered on the Microsoft Q&A for .NET: https://aka.ms/dotnet-qa 💭 Join the .NET Tech Community Forums: https://aka.ms/dotnet/techcommunity 🏫 Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn: https://aka.ms/learndotnet #dotnet6 #dotnetconf #dotnet

Follow along using the transcript.

dotnet

324K subscribers