mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15:55 -05:00
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. |
||
---|---|---|
.. | ||
check_port_linux.go | ||
check_port_others.go | ||
check_port_test.go | ||
close.go | ||
dial_dnscache.go | ||
dial_linux.go | ||
dial_others.go | ||
headers.go | ||
lambda-headers.go | ||
listener_test.go | ||
listener.go | ||
request-recorder.go | ||
response-recorder.go | ||
server_test.go | ||
server.go | ||
transports.go |