1
0
mirror of https://github.com/minio/minio.git synced 2025-01-30 16:06:00 -05: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
..