3 Commits
Author SHA1 Message Date
bermudalamb 1fac20b3e5 Merge pull request 'feat: Introduce object mapper benchmarking project' (#1) from feature/benchmarking-project into main
Reviewed-on: #1
2026-06-23 10:31:55 -05:00
Thom Lamb 63bc9f1fd5 feat: Introduce object mapper benchmarking project
This project provides a comparative analysis of popular .NET object-to-object
mapping libraries, including AutoMapper, TinyMapper, Mapster, and Mapperly,
against a hand-written and a generated manual mapper.

It uses BenchmarkDotNet to measure performance and memory allocation when
mapping a complex Spotify album DTO structure.
2026-06-23 10:26:13 -05:00
bermudalamb ce849058bb Initial commit 2026-06-23 10:23:56 -05:00