[roll] Roll fuchsia [blobfs][host] Parallelize chunked compression

Add a new chunked compressor that uses a thread pool to compress the
chunks of the chunked compression format in parallel.

The blobfs host tool already compresses blobs in parallel but each blob
was being processed in a single thread. For builds with a few large
blobs, the entire build would be waiting for a couple threads to
compress these large blobs. The MultithreadedChunkedCompressor allows
the blobfs host tool to use all of threads on the system to compress
these large blobs which significantly reduces the build time of blobfs
images.

Original-Bug: 105094
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/705682
Original-Revision: 25f4ccef11e90037c104d8f5a5f355f9c347287f
GitOrigin-RevId: 79a60546581d43024e28e3cd6817080ef7513f49
Change-Id: Iae8e42b6e595b52be52d896dc592ce50f6ba8e3c
1 file changed
tree: 611138cef926330b0d2b829afcadd121c186a5e3
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.