Smallest .Net ref type is 12 bytes (or why you should consider using value types)
(Update 2015/07/21 : read the next post in this series to learn about the places where implicit boxing happens with value types and how you can prevent them) I chanced upon Sasha Goldshtein’s excellent book, Pro .Net Performance : Optimize Your C# Application, a few years back and I thoroughly enjoyed it. Even though …
Smallest .Net ref type is 12 bytes (or why you should consider using value types) Read More »