mirror of https://github.com/minio/minio.git
754f7a8a39
replace io.Discard usage to fix NUMA copy() latencies On NUMA systems copying from 8K buffer allocated via io.Discard leads to large latency build-up for every ``` copy(new8kbuf, largebuf) ``` can in-cur upto 1ms worth of latencies on NUMA systems due to memory sharding across NUMA nodes. |
||
---|---|---|
.. | ||
append-file_nix.go | ||
append-file_windows.go | ||
discard.go | ||
hardlimitreader.go | ||
ioutil.go | ||
ioutil_test.go | ||
odirect_reader.go | ||
read_file.go | ||
read_file_noatime_notsupported.go | ||
read_file_noatime_supported.go | ||
wait_pipe.go |