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

Recursion to iterative at JSON merger #287

Open
EastWindShak opened this issue Feb 14, 2017 · 1 comment
Open

Recursion to iterative at JSON merger #287

EastWindShak opened this issue Feb 14, 2017 · 1 comment

Comments

@EastWindShak
Copy link

EastWindShak commented Feb 14, 2017

JSON merger uses recursive method to perform the merger to go through all levels of the JSON file. As @maybeec pointed, this can reach a memory overflow state for large JSON files. Currently, both implemented mergers (Sencha Architect and Generic JSON merger) are using recursion.

@github-actions
Copy link

Stale topic. Please negotiate closing or discussing the relevance of this ticket.

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

No branches or pull requests

2 participants