Completed
Benchmark .NET
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Turbocharged - Writing High-Performance C# and .NET Code
Automatically move to the next video in the Classroom when playback concludes
- 1 Turbocharged: Writing High-Performance
- 2 Aspects of Performance
- 3 Measuring Application Performance
- 4 Benchmark .NET
- 5 Span - System Memory package. Built into NET Core 21.
- 6 Span Slice
- 7 Working with Strings
- 8 Span Limitations
- 9 Object Key Builder Benchmarks
- 10 System.IO.Pipelines
- 11 ReadOnly Sequence
- 12 TSV Parsing Optimisation - Results
- 13 Cost Saving Example: Input Processor This work is a small part of a much bigger potential gain
- 14 Summary