Posted in

Go语言面试中的“时间刺客”题(如:10万goroutine同时写map如何安全?):3种解法性能对比+pprof火焰图验证

第一章:Go语言面试中的“时间刺 … Go语言面试中的“时间刺客”题(如:10万goroutine同时写map如何安全?):3种解法性能对比+pprof火焰图验证Read more

Posted in

Go defer+recover无法捕获的4类panic(包括nil pointer dereference in syscall、map write after GC)

第一章:Go defer+rec … Go defer+recover无法捕获的4类panic(包括nil pointer dereference in syscall、map write after GC)Read more

Posted in

Go map并发写入panic,不止sync.Map!——原子操作+无锁哈希分片的工业级替代方案(含Benchmark对比)

第一章:Go map并发写入pa … Go map并发写入panic,不止sync.Map!——原子操作+无锁哈希分片的工业级替代方案(含Benchmark对比)Read more

Posted in

Go map写入在defer中引发panic: concurrent map writes?解密defer链表执行时机与goroutine退出清理顺序

第一章:Go map写入在def … Go map写入在defer中引发panic: concurrent map writes?解密defer链表执行时机与goroutine退出清理顺序Read more