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
Consider main thread manages allocating blocks of space within a file, and worker threads that write into those blocks in parallel (using lseek) and report back to the main thread the size of the block. This would result in inflated file size. The question is whether gzip will read past 'holes' in the file.
The text was updated successfully, but these errors were encountered:
Consider main thread manages allocating blocks of space within a file, and worker threads that write into those blocks in parallel (using lseek) and report back to the main thread the size of the block. This would result in inflated file size. The question is whether gzip will read past 'holes' in the file.
The text was updated successfully, but these errors were encountered: