↧
Smallest .Net ref type is 12 bytes (or why you should consider using value...
(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...
View ArticleBeware of implicit boxing of value types
In the last post, we looked at some inefficiencies with reference types in .Net and perhaps oversold value types a little In any case, now that we’ve made the initial sale and you’re back for more,...
View Article