1
0
mirror of https://github.com/minio/minio.git synced 2025-03-29 08:43:40 -04:00
Harshavardhana db84bb9bd3
avoid atomics for self contained reader/writers ()
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
..