dotnet/orleans

[PERF] Investigate optimizations for large graphs

Open

#8140 aperta il 12 nov 2022

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)C# (2123 fork)batch import
area-performancearea-serializationenhancementhelp wanted

Metriche repository

Star
 (10.777 star)
Metriche merge PR
 (Merge medio 2g 2h) (64 PR mergiate in 30 g)

Descrizione

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.

Guida contributor