You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
these parts are the most expensive and memory-intensive parts according to pprof. I think there should be an open door to optimize parsePath, findRequiredFields and setDefaults logic. This PR is created to follow and find necessary optimizations.
The text was updated successfully, but these errors were encountered:
A simple benchmark case such as:
resulted with:
BenchmarkSimpleStruct-16 326770 3600 ns/op 1072 B/op 58 allocs/op
which is quite expensive.these parts are the most expensive and memory-intensive parts according to pprof. I think there should be an open door to optimize parsePath, findRequiredFields and setDefaults logic. This PR is created to follow and find necessary optimizations.
The text was updated successfully, but these errors were encountered: