CleanArchitecture icon indicating copy to clipboard operation
CleanArchitecture copied to clipboard

Replace AutoMapper with Mapperly

Open neva1842 opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. This feature request is not related to a problem. It is an exploratory idea to consider replacing AutoMapper with Mapperly.

Describe the solution you'd like I propose considering the replacement of Automapper with Mapperly in Jason Taylor's CleanArchitecture template. According to the benchmarks provided in this GitHub repository, Mapperly demonstrates superior performance compared to Automapper. This enhancement can potentially lead to performance gains in our applications. Moreover, Mapperly supports IQueryable projections, which aligns well with our existing use cases.

neva1842 avatar Jul 29 '24 03:07 neva1842