You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In gyscos/zstd-rs#283 , I implemented support for sharing a thread pool across compression contexts, to speed up multithreaded compression and avoid having multiple contexts compete for a fixed number of CPUs.
I'd love to have support for this in async-compression.
The text was updated successfully, but these errors were encountered:
In gyscos/zstd-rs#283 , I implemented support for sharing a thread pool across compression contexts, to speed up multithreaded compression and avoid having multiple contexts compete for a fixed number of CPUs.
I'd love to have support for this in async-compression.
The text was updated successfully, but these errors were encountered: