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
Owner

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.

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.
bermudalamb added 1 commit 2026-06-23 10:30:46 -05:00
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.
bermudalamb merged commit 1fac20b3e5 into main 2026-06-23 10:31:57 -05:00
bermudalamb deleted branch feature/benchmarking-project 2026-06-23 10:31:58 -05:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Lambda-Associates/MappersBenchmarks#1