dotnet/runtime
Auf GitHub ansehenSystem.Reflection.Metadata: Avoid allocations in custom attribute parser
Open
#16.724 geöffnet am 16. März 2016
area-System.Reflection.Metadataenhancementhelp wantedtenet-performance
Repository-Metriken
- Stars
- (17.886 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)
Beschreibung
The custom attribute parser allocates an ImmutableArray for FixedArguments and NamedArguments.
We should explore options to parse these lazily and avoid the array allocation.