heiyeluren / xds

A third-party extensible collection of high-performance data structures and data types in Go. 第三方可扩展的Go语言中高性能数据结构和数据类型合集
Apache License 2.0
162 stars 22 forks source link

xmap并发安全吗 #10

Open lppgo opened 2 years ago

lppgo commented 2 years ago

并发安全

heiyeluren commented 7 months ago

Currently, xmap concurrency is secure, and an internal mechanism of CAS+RWMutex+RBtree is adopted to ensure concurrency security. thanks