Hacker News new | ask | show | jobs
by bouke 1317 days ago
Why is the latter faster than the former?
1 comments

The latter has a fast path for arrays and lists, the former doesn't.

For Entity Framework (Core) and LINQ to SQL it doesn't matter, though.