AnakinCN

Results 3 issues of AnakinCN

Hi, I've update my project to pooled collections, but it seems time costs has not been imporoved. I've used a lot of linq technologies in my project. So I wonder...

Hi, Base on the example, I want to add Z into X's generation, making Y & Z causing X at the same time. How do I use more than 2...

[CollectionsMarshal ](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.collectionsmarshal.getvaluerefornullref?view=net-8.0) now supports GetValueRefOrAddDefault and GetValueRefOrNullRef for Dictionary, which can boost the check or add operations. Plase add GetValueRefOrAddDefault and GetValueRefOrNullRef support for PooledDictionary, thanks.