silx-kit / h5web

React components for data visualization and exploration
https://h5web.panosc.eu/
MIT License
165 stars 17 forks source link

Improve local file provider #1605

Closed axelboc closed 2 months ago

axelboc commented 2 months ago

Adding support for:

I'm also making sure that any typed array dataset values are "transferred" between the worker thread and the main thread rather than copied. Same with the buffers of the compression plugin files (but the other way around).