jmattheis / goverter

Generate type-safe Go converters by simply defining an interface
https://goverter.jmattheis.de/
MIT License
487 stars 46 forks source link

Question: Does the new skipCopySameType improves the performance? #89

Closed amiralies closed 11 months ago

amiralies commented 11 months ago

I wanted to know what is the performance impact of that esp in terms of cpu / latency.

jmattheis commented 11 months ago

Likely yes. Goverter will generate less code when this setting is enabled.

amiralies commented 11 months ago

Thanks!