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

Ridiculously large JSons. #5

Open
thegreystone opened this issue Jun 19, 2018 · 0 comments
Open

Ridiculously large JSons. #5

thegreystone opened this issue Jun 19, 2018 · 0 comments
Labels

Comments

@thegreystone
Copy link
Owner

So, JSon is a ridiculously inefficient format for stack traces - they can easily become very large. We may want to warn the user when they become too large, maybe a configurable limit. We should also try to use a more compact format, for example not using "name", "value" and "children", but rather "n", "v" and "c". The examples seem to indicate that it should be possible:
https://github.com/spiermar/d3-flame-graph

@thegreystone thegreystone added the good first issue Good for newcomers label Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant