摘要: Understanding Real-World Concurrency Bugs in Go https://songlh.github.io/paper/go-study.pdf 阅读全文
posted @ 2023-03-17 18:02 papering 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 在编译的代码中,增加了 runtime.racefuncenter、runtime.raceread、runtime.racewrite、runtime.racefuncexit 等检测 data race 的方法。通过这些插入的指令,Go race detector 工具就能够成功地 阅读全文
posted @ 2023-03-17 18:02 papering 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 抽丝剥茧还原真相,记一次神奇的崩溃 https://mp.weixin.qq.com/s/MrOJNnTYKQsNBDtBBZYvDQ 抽丝剥茧还原真相,记一次神奇的崩溃 原创 靳倡荣 阿里技术 2023-03-16 08:30 发表于浙江 这是阿里技术2023年的第21篇文章 ( 本文阅读时间:1 阅读全文
posted @ 2023-03-17 11:35 papering 阅读(80) 评论(0) 推荐(0) 编辑
摘要: C++中的HashTable性能优化 - 知乎 https://zhuanlan.zhihu.com/p/614105687 C++中的HashTable性能优化 腾讯技术工程 ​ 编程话题下的优秀答主 ​关注 72 人赞同了该文章 作者:leomryang,腾讯 PCG 后台开发工程师 HashT 阅读全文
posted @ 2023-03-17 11:35 papering 阅读(907) 评论(0) 推荐(0) 编辑