-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3 decoding can allocate 3-6x memory and take 2-3x long as v2 #520
Comments
I've just run these same commands in my local tree, and this is the outcome:
What could I be missing? |
apologies, I didn't notice the test package was referencing the fully-qualified gopkg.in import path. I had a stale yaml.v3 sitting in my $GOPATH missing the safeguards. With updated deps for yaml.v2 and yaml.v3 in my GOPATH, I get:
|
Phew.. :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using benchcmp and the dense/deep object benchmarks added recently:
The text was updated successfully, but these errors were encountered: