Looking at the file.createWritableStream, validation is intermixed with everything and some internal streams exist solely for validation purposes. We might want to consider having a fast-path for when validation: false which by-passes all this logic and extraneous streams. This should help with #397 when validation: false but I'll put it in Storage Future because for the default and recommended case, it probably won't help much.
Looking at the file.createWritableStream, validation is intermixed with everything and some internal streams exist solely for validation purposes. We might want to consider having a fast-path for when
validation: falsewhich by-passes all this logic and extraneous streams. This should help with #397 whenvalidation: falsebut I'll put it in Storage Future because for the default and recommended case, it probably won't help much.