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

Use iterative parse method instead of recursive parse #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

calio
Copy link

@calio calio commented Jul 2, 2012

The original recursive parse would cause stack size exceeding system limit and a segment fault when dealing with large date ( usually 100k lines or more ).

@agentzh
Copy link
Member

agentzh commented Jul 3, 2012

I'll look into this. Thanks for the patch!

@msva
Copy link

msva commented Aug 8, 2015

@agentzh, ping?

@agentzh
Copy link
Member

agentzh commented Aug 10, 2015

@msva I'll look into this at some point. Sorry for the delay.

cryptofuture added a commit to cryptofuture/rds-json-nginx-module that referenced this pull request May 5, 2016
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

Successfully merging this pull request may close these issues.

3 participants