We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fsspec offers a large number of cache options
Our current test is only for the non-cache behavior
PyNWB has a tutorial for the deafult/basic options: https://pynwb.readthedocs.io/en/stable/tutorials/advanced_io/streaming.html#streaming-method-1-fsspec
But fsspec also has MANY other cache options and read-ahead styles: https://github.com/fsspec/filesystem_spec/blob/master/fsspec/caching.py#L72
We should push those to their limits in our tests to see what works best (especially in cases of repeated access to contents)
The text was updated successfully, but these errors were encountered:
#43 implements this, but it does not implement other caching options for fsspec.
Sorry, something went wrong.
oruebel
No branches or pull requests
Fsspec offers a large number of cache options
Our current test is only for the non-cache behavior
PyNWB has a tutorial for the deafult/basic options: https://pynwb.readthedocs.io/en/stable/tutorials/advanced_io/streaming.html#streaming-method-1-fsspec
But fsspec also has MANY other cache options and read-ahead styles: https://github.com/fsspec/filesystem_spec/blob/master/fsspec/caching.py#L72
We should push those to their limits in our tests to see what works best (especially in cases of repeated access to contents)
The text was updated successfully, but these errors were encountered: