1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-24 12:56:36 +02:00
Nick Craig-Wood eb91356e28 fs/asyncreader: optionally user mmap for memory allocation with --use-mmap #2200
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.
2019-02-02 14:35:56 +00:00
..
2018-11-24 13:44:25 +00:00
2019-02-01 17:09:57 +00:00
2018-11-24 13:44:25 +00:00
2018-11-24 13:44:25 +00:00
2017-11-05 21:38:59 +00:00
2017-10-23 12:56:48 +01:00
2018-12-22 18:37:00 +00:00
2018-11-24 13:44:25 +00:00
2018-12-06 15:12:21 +00:00
2018-11-10 10:18:13 +00:00
2019-02-01 17:09:57 +00:00