You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…er a span
Create jackmott#22: [Question] Span_FirstF and List_FirstF are slower than just calling foreach -> Why?
Span this jackmott#24: [Enhancement] DefaultIfEmptyF should be implemented
Add Span jackmott#25: [Enhancement] Please also target .net4.8 and Benchmark
Both versions of this to work with
List<T>, Array[T], Span<T>, ReadOnlySpan<T>
andIReadOnlyList<T>
If the source is null or empty, then default to creating an array so that max speed is maintained.
The text was updated successfully, but these errors were encountered: