Closed LucioFranco closed 3 months ago
This adds a new FileExt::buf_copy that allows to pass in a buffer that can be smaller than the file size to reduce memory pressure.
FileExt::buf_copy
Please resolve conflicts and let's get this one merged @LucioFranco
I took the liberty to resolve conflicts and push the updated change. @LucioFranco please have a look if I didn't make any mistakes
This adds a new
FileExt::buf_copy
that allows to pass in a buffer that can be smaller than the file size to reduce memory pressure.