area-performancearea-serializationenhancementhelp wanted
仓库指标
- Star
- (10,777 star)
- PR 合并指标
- (平均合并 2天 2小时) (30 天内合并 64 个 PR)
描述
See this twitter thread for reference: https://twitter.com/neuecc/status/1589902671540256771?s=20&t=AcVRk8mwSdMyQJT2c5jyDg
Note: we could also consider avoiding reference tracking for types by default. There are some complexities involved, like what do you do with built-in types, eg string, byte[], List<object>. You could potentially have ref-tracking variants of the codecs or pass a reference tracking preference to the codec and have an attribute per-property to indicate a reference tracking preference.