/Benchmark.netCoreMappers

🥇 .NET Object Mappers Benchmark

Primary LanguageC#

🥇 .NET Object Mappers Benchmark

Comparison between

  • Mapster : A fast, fun and stimulating object to object Mapper
  • AutoMapper : A convention-based object-object mapper in .NET - website
  • ExpressMapper : .Net open source library - lightweight, lighting fast .Net mapper to map one type of object(s) to another in automated and easy way
  • TinyMapper : A quick object-object mapper for .NET - website
  • AgileMapper : A zero-configuration, highly-configurable object-object mapper with viewable execution plans - website
  • Mapperly : A .NET source generator for generating object mappings at build time.
  • Hypercubus.Mapping : A fast and minimalist object to object mapper for .Net based on explicit mapping.
  • Manual mapping : Generated by MappingGenerator, an "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time - Visual Studio Extension

Run benchmark

Run run the following command.

dotnet run --configuration Release

Result

Benchmark