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

Progress Checklist

jackmott opened this issue · comments

  • Regular Linq Extension Method Coverage

  • Regular Linq Extension Method Tests

  • Parallel Linq Extension Method Coverage

  • Parallel Linq Extension Method Tests

  • SIMD Linq Extension Method Coverage

  • SIMD Linq Extension Method Tests

  • Parallel SIMD Linq Extension Method Coverage

  • Parallel SIMD Linq Extension Method Tests

Should include all base types for each if these, just to be sure that the answers are correct.