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

ideas from H5coro #25

Open
martindurant opened this issue May 14, 2021 · 1 comment
Open

ideas from H5coro #25

martindurant opened this issue May 14, 2021 · 1 comment

Comments

@martindurant
Copy link
Member

Two key things we may wish to implement:

  • building references on-the-fly, such that the first access to a dataset is slow, but then subsequent accesses use a cached references index; but the user call doesn't change

  • merging fetches when contiguous: since we know the full set of start-end offsets we are about to launch for each given URL, we could reduce the number of calls to the remote API and potentially save time.

@martindurant
Copy link
Member Author

The second point here is complete and implemented in the fsspec backend.

The first has some POC, e.g. nsidc/earthaccess#278

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

No branches or pull requests

1 participant