DEV Community

Jeff Zuerlein
Jeff Zuerlein

Posted on

Supercharged Dapper Repositories: Boost Performance With Sorted Span<T>

Dapper handles the mapping of object properties, but if your aggregate has child collections, you have to manually do that. When those collections get large, there is an opportunity to improve performance! See what the benchmarks prove about using Linq where extensions, dictionaries, and sorted spans.

Top comments (0)