Skip to content

Commit 9feb51d

Browse files
committed
Add item to list
1 parent b8d113e commit 9feb51d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The source generator will look for attributes and implement interfaces that exis
5656
* `ValueTuple<T>` support: You don't have to declare your own types and could instead
5757
use [tuples](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/value-tuples) with
5858
custom named fields that will act as if the tuple was a type with those data members.
59+
* Improved performance see [benchmark](./tests/DynamoDBGenerator.SourceGenerator.Benchmarks) project.
5960

6061
## Default conversion
6162

0 commit comments

Comments
 (0)