Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaowlert committed Jan 21, 2020
1 parent c990c4e commit 8deb986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ using (MyDbContext context = new MyDbContext())
### Why Mapster?
#### Performance & Memory efficient
Mapster was designed to be efficient on both speed and memory. You could gain 5x faster while using only 1/3 of memory.
And you could gain 12x faster with various choices!
- [FEC](https://github.com/MapsterMapper/Mapster/wiki/FastExpressionCompiler)
And you could gain to 12x faster with various choices!
- [Roslyn Compiler](https://github.com/MapsterMapper/Mapster/wiki/Debugging)
- [FEC](https://github.com/MapsterMapper/Mapster/wiki/FastExpressionCompiler)
- [Mapster CodeGen](https://github.com/MapsterMapper/Mapster/wiki/CodeGen)

| Method | Mean | StdDev | Error | Gen 0 | Gen 1 | Gen 2 | Allocated |
Expand Down

0 comments on commit 8deb986

Please sign in to comment.