Files
vault/changelog/26464.txt
Violet Hynes 85ed817034 VAULT-20405 chunk decompression to prevent loading full decompressed data into memory at once (#26464)
* VAULT-20405 chunk decompression to prevent loading full decompressed data into memory at once

* Add changelog
2024-04-18 10:13:56 -04:00

4 lines
150 B
Plaintext

```release-note:improvement
sdk/decompression: DecompressWithCanary will now chunk the decompression in memory to prevent loading it all at once.
```