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
Currently the process for converting the passed parameters to their required type from string performs one conversion after the other. This could be a lengthy process for complex structs. This repo should make better use of Go's abilities and run these in parallel.
The text was updated successfully, but these errors were encountered:
Currently the process for converting the passed parameters to their required type from string performs one conversion after the other. This could be a lengthy process for complex structs. This repo should make better use of Go's abilities and run these in parallel.
The text was updated successfully, but these errors were encountered: