mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
ac9cb50fdb
Currently each multipart upload allocated his own buffers, which after file upload was garbaged. Next files couldn't leverage already allocated memory which resulted in inefficent memory management. This change introduces backend memory pool keeping memory chunks which can be used during object operations. Fixes #3967 |
||
---|---|---|
.. | ||
s3_test.go | ||
s3.go | ||
v2sign.go |