jtmueller / Collections.Pooled

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

GetValueRefOrAddDefault and GetValueRefOrNullRef support #53

Open AnakinCN opened 5 months ago

AnakinCN commented 5 months 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.