Info
| Version: | 1.0.0 |
| Author(s): | LinFx |
| Last Update: | Wednesday, May 13, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/linfx/EmitMapper |
| NuGet Url: | https://www.nuget.org/packages/EmitMapperFx |
Install
Install-Package EmitMapperFx
dotnet add package EmitMapperFx
paket add EmitMapperFx
EmitMapperFx Download (Unzip the "nupkg" after downloading)
EmitMapper映射效率比较高,接近硬编码。
EmitMapper采用emit方式在运行时动态生成IL,而其他映射框架多是采用反射机制。
此外EmitMapper最大限度地减少了拆箱装箱操作和映射过程中的额外的调用。.