Episode 111
111: The Three Equals of a Struct
August 20th, 2018
37 mins 49 secs
Tags
About this Episode
We get nerdy again diving deep into the world of struct equality and performance. Sit back and get ready for some operator overloading, IEquatable, performance implications, getting of hash code, amazing C# 7 features, and how ValueTuples save everything!
Follow Us
- Frank: Twitter, Blog, GitHub
- James: Twitter, Blog, GitHub
- Merge Conflict: Twitter, Facebook, Website
- Music : Amethyst Seer - Citrine by Adventureface
⭐⭐ Review Us ⭐⭐
SUPPORT US ON PATREON: patreon.com/mergeconflictfm
Special Thanks to Syncfusion:
Download their e-books:
Episode Links
- Performance implications of default struct equality in C# – Dissecting the code
- Struct Design | Microsoft Docs
- .net - What is the best algorithm for an overridden System.Object.GetHashCode? - Stack Overflow
- Uno.CodeGen/Equality Generation.md at master · nventive/Uno.CodeGen
- Optimizing C# Struct Equality with IEquatable and ValueTuples - James Montemagno