Skip to content

mjebrahimi/Benchmark.netCoreMappers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥇 .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.
  • 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

About

🥇 .NET Object Mappers Benchmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.2%
  • HTML 8.8%