aumcode / nfx

C# Server UNISTACK framework [MOVED]
https://github.com/agnicore/nfx
Other
391 stars 93 forks source link

Mono/.NET Core IL generation support for serialization #72

Open itadapter opened 7 years ago

itadapter commented 7 years ago

The Mono 5 implementation is 3x times slower than Mono 3, looks like they have switch expression tree to interpretation instead of IL generation.

Similar issue effects .NET Core. We may switch to direct IL generation bypassing expr tree graphs, or use generate IL from expr tree in NFX.