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

Stack exhaustion when sending/receiving large data structures #3

Open
marcoheisig opened this issue Apr 15, 2019 · 1 comment
Open

Comments

@marcoheisig
Copy link
Owner

The simple, recursive scheme that is currently used to scan and print data structures occasionally blows the stack. It only happens for very large data structures, but it is still annoying.

@marcoheisig marcoheisig added enhancement New feature or request and removed enhancement New feature or request labels Apr 15, 2019
@marcoheisig
Copy link
Owner Author

I am not yet motivated to convert the recursive reader and printer to something that doesn't eat up the stack. I'll consider working on this problem once the first user actually runs into it and asks politely for a fix.

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