nClam icon indicating copy to clipboard operation
nClam copied to clipboard

Memory Management Changes

Open air2921 opened this issue 3 months ago • 0 comments

Minor changes in syntax, also changes in the SendStreamFileChunksAsync method.

Using ArrayPool.Shared to manage byte arrays instead of the new operator, which improves memory management and reduces the load on the GC

air2921 avatar Apr 04 '24 22:04 air2921