-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This is expected to be faster and also reduces the bundle size.
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
import "#src/async_computation/decode_jpeg.js"; | ||
import "#src/async_computation/decode_gzip.js"; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
import "#src/async_computation/decode_jpeg.js"; | ||
import "#src/async_computation/decode_gzip.js"; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import "#src/async_computation/decode_gzip.js"; | ||
import "#src/async_computation/decode_blosc.js"; | ||
import "#src/async_computation/decode_zstd.js"; |
This file was deleted.
c581f20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbms This breaks zlib-compressed Zarr data source support. Will that be brought back next?
c581f20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I will definitely fix that, sorry.