Skip to content

Instantly share code, notes, and snippets.

@b0urb4k1
Created July 19, 2017 10:11
Show Gist options
  • Save b0urb4k1/e0f2778ab5d8e19a257d0e084b58fefe to your computer and use it in GitHub Desktop.
Save b0urb4k1/e0f2778ab5d8e19a257d0e084b58fefe to your computer and use it in GitHub Desktop.
State of the .NET Performance - Adam Sitnik
https://www.youtube.com/watch?v=CSPSvBeqJ9c&index=142&list=PL03Lrmd9CiGewi0lbnahxEpisoP5WZocX
http://adamsitnik.com/
https://github.com/dotnet/BenchmarkDotNet
https://www.nuget.org/packages/System.Runtime.CompilerServices.Unsafe/4.4.0-preview2-25405-01
https://www.nuget.org/packages/System.Memory/4.4.0-preview2-25405-01
https://www.nuget.org/packages/System.Buffers/4.4.0-preview2-25405-01
https://github.com/dotnet/corefxlab/blob/master/docs/specs/pipelines.md
https://github.com/dotnet/corefxlab/blob/master/docs/specs/span.md
https://github.com/dotnet/corefxlab/blob/master/docs/specs/memory.md
ETW - Monitor Anything, Anytime, Anywhere - Dina Goldshtein
https://www.youtube.com/watch?v=ZNdpLM4uIpw
https://www.nuget.org/packages/Microsoft.Diagnostics.Tracing.TraceEvent/
https://msdn.microsoft.com/en-us/library/windows/hardware/hh448170.aspx
https://github.com/goldshtn/etrace
https://github.com/Microsoft/perfview
https://github.com/goldshtn
http://adamsitnik.com/Hardware-Counters-ETW/
Sasha Goldshtein — The C++ and CLR Memory Models
https://www.youtube.com/watch?v=6wZVpg2SyJQ
WinDbg Superpowers for .NET Developers — Sasha Goldshtein
https://www.youtube.com/watch?v=8t1aTbnZ2CE
Look Mommy, No GC! - Dina Goldshtein
https://www.youtube.com/watch?v=G49baWvzCOI
https://github.com/dotnet/BenchmarkDotNet
Deep Dive: Event Tracing for Windows
https://www.youtube.com/watch?v=C4oeddChgwg
Production tracing with Event Tracing for Windows (ETW)
https://www.youtube.com/watch?v=XfkpjlP0Nq4
Sasha Goldshtein — PerfView: Measure and Improve Your App's Performance For Free
https://www.youtube.com/watch?v=eX644hod65s
Making .NET applications faster - Sasha Goldshtein
https://www.youtube.com/watch?v=jz3SvJhdtEw
Squeezing the Hardware to Make Performance Juice - Sasha Goldshtein
https://www.youtube.com/watch?v=XBC0vDO4yCk
DebugDiag 2
https://blogs.msdn.microsoft.com/debugdiag/2015/11/13/debugdiag2-update-2-is-now-rtw/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment