Skip to content
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

Support NewDecoder? #4

Open
fenollp opened this issue May 31, 2022 · 2 comments
Open

Support NewDecoder? #4

fenollp opened this issue May 31, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@fenollp
Copy link

fenollp commented May 31, 2022

cc ghodss/yaml#51

@samlown
Copy link
Contributor

samlown commented Jun 1, 2022

No plans at the moment to implement a streaming interface. This lib isn't very efficient and needs to run through all the YAML up-front anyway, so I'm not sure it'd work well.

Do you have more details on the use-case? Perhaps I'm missing something.

@fenollp
Copy link
Author

fenollp commented Jun 1, 2022

Oh no rush. It's simply that yaml.v3 provides it so I'm relaying the issue here as it should come in handy at some point.

@samlown samlown added the enhancement New feature or request label Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants