DEV Community

Discussion on: Trace Dapper.NET Source Code - The important concept of dynamic create method "code from result" optimizes efficiency

Collapse
 
vbilopav profile image
vbilopav

I just made library similar to Dapper, but only faster. You can see performance comparison here github.com/vb-consulting/Norm.net/...

Haven't published yet, there's still some polishing and documentation to finish. But yeah, it's a bit faster.

Collapse
 
shps951023 profile image
Wei

😍👍👍👍

Collapse
 
vbilopav profile image
vbilopav

Here's an article with an explanation dev.to/vbilopav/what-makes-norm-mi...