mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
db84bb9bd3
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.