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

Feature/batch requests #439

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Feature/batch requests #439

wants to merge 24 commits into from

Conversation

hyzhak
Copy link
Contributor

@hyzhak hyzhak commented Dec 11, 2015

No description provided.

@braydonf
Copy link
Contributor

There may be memory issues with very large batch requests, e.g. attempting to request every block in one request. What's the use case for this instead from making multiple HTTP requests?

I'm working separately on optimizing memory usage for address summary queries with a large number of transactions. However with many addresses combined into one request, there may be a similar issue. With HD wallets querying several addresses at once could be useful (and potentially based on a range of block heights).

@hyzhak
Copy link
Contributor Author

hyzhak commented Jan 3, 2016

@braydonf I'd like to use this api from browser, but browsers have limitations on number of simultaneous HTTP requests. So it is bottle neck of performance. Such improvement reduces time of operation in twice.

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