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
A current bottleneck that is that a thread is created per file, instead of per decompressed chunk. This leaves to times where huge files are decompressed with only a single core instead of spreading the chunks that need decompressed into different cores.
A current bottleneck that is that a thread is created per file, instead of per decompressed chunk. This leaves to times where huge files are decompressed with only a single core instead of spreading the chunks that need decompressed into different cores.
This is seen mostly with the following benchmark: https://github.com/wcampbell0x2a/backhand/blob/master/BENCHMARK.md#plexamp-461appimage
The text was updated successfully, but these errors were encountered: