We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce:
$ cmake . $ make $ yes '{' | head -n 1048576 | tr -d '\n' > x.yaml $ ./run-loader x.yaml
I don't know, but maybe it is the same problem as one found by fuzzing in #227.
The text was updated successfully, but these errors were encountered:
Maybe it is just very slow. I run it on 100K file instead of 1M one:
$ yes '{' | head -n 102400 | tr -d '\n' > 100k.yaml $ time ./run-loader 100k.yaml [1] Loading '100k.yaml': FAILURE (0 documents) real 0m58.257s user 0m58.215s sys 0m0.028s
Approx. 1750 symbols per second (for this particular case with deep nesting, of course).
Sorry, something went wrong.
No branches or pull requests
How to reproduce:
I don't know, but maybe it is the same problem as one found by fuzzing in #227.
The text was updated successfully, but these errors were encountered: