Skip to content

Conversation

@ianmurrays
Copy link

When processing large JSON responses, the repeated instantiation of objects makes this processing extremely slow. Allowing raw data access allows much faster reading of responses.

These changes allow users to skip convenience methods when all they need is the data itself.


We experienced a decrease of about 3000% in processing time when using raw data access. In our case we're using excon-hypermedia to "get to the data" by following links, but then we get to a pretty heavy endpoint where all we need is the data.

When processing large JSON responses, the repeated instantiation of
objects makes this processing extremely slow. Allowing raw data access
allows much faster reading of responses.

These changes allow users to skip convenience methods when all they need
is the data itself.
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.

1 participant