jtmueller / Collections.Pooled

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

linq benefits from pooled? #45

Closed AnakinCN closed 1 year ago

AnakinCN commented 2 years ago

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 does linq benefits from Pooled?

Thank you.

BoysheO commented 2 years ago

No.Linq copy the data without any pool.