Skip to content

Replace heap-allocated temporary byte arrays with ArrayPool<byte>.Shared rentals in CipherStream and Streams to reduce GC pressure on hot I/O paths#664

Open
paulomorgado wants to merge 1 commit into
bcgit:masterfrom
paulomorgado:performance/array-pool
Open

Replace heap-allocated temporary byte arrays with ArrayPool<byte>.Shared rentals in CipherStream and Streams to reduce GC pressure on hot I/O paths#664
paulomorgado wants to merge 1 commit into
bcgit:masterfrom
paulomorgado:performance/array-pool

Here's the commit message:

7dfb5f8
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs