Releases: werbenhu/eventbus
Releases · werbenhu/eventbus
v1.0.8
v1.0.7
If a fully meaningful CowMap is implemented, both sync.Map and CowMap utilize atomic.Value atomic operations to access the map during data reading, resulting in similar read performance. In reality, sync.Map is already a read-write separated structure, yet it has better write performance. Therefore, CowMap directly utilizes sync.Map as its internal structure.
v1.0.6
v1.0.5
v1.0.4: updated README.md
v1.0.4
Add synchronous way.