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

Node should only store mappings, sequences and scalars internally #337

Open
Herringway opened this issue Jan 18, 2025 · 0 comments
Open

Comments

@Herringway
Copy link
Member

Eagerly converting values on load is lossy, which can be observed with exceptionally large integers and highly-precise decimals. It can also be rather expensive for the cases where a user isn't interested in every value in a document.

It SHOULD be an easy task to tackle, but it seems the support code runs real deep, and every attempt I've made so far has resulted in inexplicable test failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant