amis92 / RecordGenerator

C# immutable records generator
https://amis92.github.io/RecordGenerator/
MIT License
72 stars 10 forks source link

Make Builders struct #140

Open san127127 opened 4 years ago

san127127 commented 4 years ago

It seems that Builder instances are expected to be very short-lived and we are going to pass Builder instances around. Perhaps we can make Builders struct to reduce memory allocation.