It's generally better for performance to let this be async, especially if it's implemented natively and can take advantage of threading / parallelism.
Putting this as a separate diff because I think it has some separate risks.
Depends on D9294
Differential D9298
[keyserver] Use async version of brotliCompress ashoat on Sep 26 2023, 1:08 PM. Authored by Tags None Referenced Files
Subscribers
Details It's generally better for performance to let this be async, especially if it's implemented natively and can take advantage of threading / parallelism. Putting this as a separate diff because I think it has some separate risks. Depends on D9294 See parent diff's test plan
Diff Detail
Event Timeline
Comment Actions Glad it wasn't too much overhead to use the async versions of the brotli functions
|