feat: Introduce object mapper benchmarking project #1

Merged
bermudalamb merged 1 commits from feature/benchmarking-project into main 2026-06-23 10:31:57 -05:00
1 Commits
Author SHA1 Message Date
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