minio/internal/http/stats
Harshavardhana db84bb9bd3
avoid atomics for self contained reader/writers (#13531)
read/writers are not concurrent in handlers
and self contained - no need to use atomics on
them.

avoids unnecessary contentions where it's not
required.
2021-10-28 17:03:00 -07:00
..
http-traffic-recorder.go avoid atomics for self contained reader/writers (#13531) 2021-10-28 17:03:00 -07:00