dotnet/runtime

Create a jitstd linked list

Open

#12 371 ouverte le 29 mars 2019

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C# (5 445 forks)batch import
JitUntriagedarea-CodeGen-coreclrenhancementhelp wanted

Métriques du dépôt

Stars
 (17 886 stars)
Métriques de merge PR
 (Merge moyen 12j 11h) (661 PRs mergées en 30 j)

Description

jitstd::list is a double linked list and we could be more efficient in terms of memory with a single linked list. The actual case where I could used is for for VariableLiveDescriptor, where I only need to insert at the back of the list and traverse it, but I guess we can have the need of a forward list too.

category:implementation theme:memory-usage skill-level:beginner cost:small

Guide contributeur