jackmott / LinqFaster

Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary support

MichalPetryka opened this issue · comments

Could you add support for Dictionaries?

can you give some usage examples you would like to see? im not sure it will be possible to improve performance with dictionary but i could investigate