mirror of
https://github.com/minio/minio.git
synced 2024-12-26 23:25:54 -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. |
||
---|---|---|
.. | ||
testdata/contrib | ||
amqp.go | ||
elasticsearch.go | ||
kafka_scram_client_contrib.go | ||
kafka.go | ||
mqtt.go | ||
mysql_test.go | ||
mysql.go | ||
nats_contrib_test.go | ||
nats_tls_contrib_test.go | ||
nats.go | ||
nsq_test.go | ||
nsq.go | ||
postgresql_test.go | ||
postgresql.go | ||
redis.go | ||
webhook.go |