Skip to content

Commit

Permalink
chore: Update README.md - Add benchmark link
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelshaped committed Jul 5, 2024
1 parent fec09c3 commit ea043ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ While using Object-Relational Mapping techniques, this package is not a full-fle

### Purpose

Its purpose is to sit on top of your Persistence Layer and help you create DTOs for your Business Layer, in the same way you would with the Doctrine `NEW` keyword, except at depth. Other ways to do that generally imply mapping entities to DTOs which is less performant (memory and CPU wise).
Its purpose is to help you create DTOs the same way you would with the Doctrine `NEW` keyword, except at depth. Other ways to do that generally imply mapping entities to DTOs which is less performant (memory and CPU wise). You can find benchmarks for this package at [Pixelshaped/flat-mapper-benchmark](https://github.com/Pixelshaped/flat-mapper-benchmark).

## How to use?

Expand Down

0 comments on commit ea043ca

Please sign in to comment.