Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Both sync.Map and cowmap use atomic.Value atomic operations to access…
… the map during data reading, resulting in similar read performance. However, sync.Map has better write performance. Therefore, cowmap directly utilizes sync.Map as its internal structure.
- Loading branch information