We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d113e commit 9feb51dCopy full SHA for 9feb51d
README.md
@@ -56,6 +56,7 @@ The source generator will look for attributes and implement interfaces that exis
56
* `ValueTuple<T>` support: You don't have to declare your own types and could instead
57
use [tuples](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/value-tuples) with
58
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.
60
61
## Default conversion
62
0 commit comments