mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
eb91356e28
This replaces the `sync.Pool` allocator with lib/pool. This implements a pool of buffers of up to 64MB which can be re-used but is flushed every 5 seconds. If `--use-mmap` is set then rclone will use mmap for memory allocations which is much better at returning memory to the OS. |
||
---|---|---|
.. | ||
configflags | ||
configmap | ||
configstruct | ||
flags | ||
obscure | ||
testdata | ||
config_other.go | ||
config_read_password_unsupported.go | ||
config_read_password.go | ||
config_test.go | ||
config_unix.go | ||
config.go | ||
rc_test.go | ||
rc.go |