Open Mrgaton opened 3 months ago
Tagging subscribers to this area: @dotnet/area-system-io-compression See info in area-owners.md if you want to be subscribed.
Have you considered using System.IO.Compression.BrotliDecoder
(or encoder) directly?
You can manage buffer sizes yourself that way.
But why don't just add those options on the new brotli options that has been made to set brotli level.
Description
i want to be able to set the brotli sliding window size and the operation mode to be able to be more competent on large files.