forked from mitchellh/mapstructure
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
Hello, thanks for having taken the time of forking https://github.com/mitchellh/mapstructure/
When using the original project noticed the dynamic decode hook was an expensive part of decoding due to it using reflect on the hook on each pass. Which can happens a lot due as soon as you have slices or nested struct.
I had opened this PR mitchellh#324 to pre compute the hook to typed method.
I think it would be easy to port to the fork, is that something that would interest you ? (In which case I would be interested in helping 😄 )
Fabrice
Metadata
Metadata
Assignees
Labels
No labels