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

Find appropriate settings for recursion_limit, stack size #4

Closed
tcr opened this issue Jul 5, 2017 · 2 comments
Closed

Find appropriate settings for recursion_limit, stack size #4

tcr opened this issue Jul 5, 2017 · 2 comments

Comments

@tcr
Copy link
Owner

tcr commented Jul 5, 2017

Stack size is important (see the parse function in root) to not cause stack overflows. I picked an arbitrary value here, but there might be a more scientific way of picking one or even figuring out why the code needs a stack size increase.

recursion_limit might not be needed to be set at all. Should be tested against the test bench.

@tcr
Copy link
Owner Author

tcr commented Jul 12, 2017

Can be closed after #27

@birkenfeld
Copy link
Collaborator

Done!

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

2 participants