dotnet/orleans

[PERF] Investigate optimizations for large graphs

開放

#8,140 建立於 2022年11月12日

 (1 則留言) (1 個反應) (0 位負責人)C# (2,123 個分叉)batch import
area-performancearea-serializationenhancementhelp wanted

倉庫指標

星標
 (10,777 顆星)
PR 合併指標
 (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.

貢獻者指南