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
{{ message }}
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
The yaml parser is much slower than the json parser. Switching our ssntp payload to be json rather than yaml will cut the marshal/unmarshal time in half.
The text was updated successfully, but these errors were encountered:
I've added the "janitorial" label on this. It's a modestly complex effort from an integration / validation standpoint, but in terms of code complexity and requisite initial skill to accomplish it should be a good starting point for a new contributor.
Have we definitely agreed that it's a good idea to do this? IIRC the yaml parsing was slow but it wasn't on the critical path. Moving to json would make things less readable. Perhaps we could try to speed up the yaml parser.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The yaml parser is much slower than the json parser. Switching our ssntp payload to be json rather than yaml will cut the marshal/unmarshal time in half.
The text was updated successfully, but these errors were encountered: