Replies: 2 comments
-
It does not, I'm afraid. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. What would be involved in supporting asynch ? I imagine that a lot of code expects the plugin to return immediately with the encoded data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When encoding on an accelerator, not CPU, the most efficient way is often to schedule the work and to let the accelerator trigger an event when encoding is done. Does Blosc2 support this work flow ? i.e. schedule a block on a codec plugin and get notification when encoding is complete.
Beta Was this translation helpful? Give feedback.
All reactions