jtmueller / Collections.Pooled

Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
MIT License
538 stars 47 forks source link

GetValueRefOrAddDefault and GetValueRefOrNullRef support #53

Open AnakinCN opened 1 month ago

AnakinCN commented 1 month ago

CollectionsMarshal now supports GetValueRefOrAddDefault and GetValueRefOrNullRef for Dictionary, which can boost the check or add operations.

Plase add GetValueRefOrAddDefault and GetValueRefOrNullRef support for PooledDictionary, thanks.