摘要: 从真实事故出发:golang 内存问题排查指北 https://mp.weixin.qq.com/s/HdSIC93HMbqvbQisCr186Q 从真实事故出发:golang 内存问题排查指北 原创 赵振宇 字节跳动技术团队 2022-04-11 12:00 字节跳动技术团队 字节跳动的技术实践分 阅读全文
posted @ 2022-05-18 22:42 papering 阅读(175) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/xgU8gOGFTiw0IIPG7HBg3w 层层剖析一次 HTTP POST 请求事故 原创 Wei Ling vivo互联网技术 2022-05-11 20:59 发表于广东 收录于合集#服务器88个 vivo 互联网服务器团队- Wei L 阅读全文
posted @ 2022-05-18 21:47 papering 阅读(96) 评论(0) 推荐(0) 编辑
摘要: http://doc.cat-v.org/plan_9/IWP9/2008/iwp9_proceedings08.pdf#page=62 阅读全文
posted @ 2022-05-18 21:01 papering 阅读(26) 评论(0) 推荐(0) 编辑
摘要: https://github.com/wangyi-fudan/wyhash runtime\stubs.go //go:nosplit func fastrand() uint32 { mp := getg().m // Implement wyrand: https://github.com/w 阅读全文
posted @ 2022-05-18 21:00 papering 阅读(46) 评论(0) 推荐(0) 编辑
摘要: runtime: shrink map as elements are deleted runtime: shrink map as elements are deleted · Issue #20135 · golang/go · GitHub https://github.com/golang/ 阅读全文
posted @ 2022-05-18 21:00 papering 阅读(97) 评论(0) 推荐(0) 编辑
摘要: src\os\file.go // WriteString is like Write, but writes the contents of string s rather than // a slice of bytes. func (f *File) WriteString(s string) 阅读全文
posted @ 2022-05-18 17:44 papering 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 解决前端常见问题:竞态条件 https://mp.weixin.qq.com/s/GryL1QVARtMB8-WIzd7xQQ 阅读全文
posted @ 2022-05-18 09:26 papering 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 解决微服务架构下流量有损问题的实践和探索 https://mp.weixin.qq.com/s/eQzy3zvvEokNXYL637LNCg 阅读全文
posted @ 2022-05-18 09:26 papering 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 技术分析 | 前端异步请求下竞态问题的最佳实践 https://mp.weixin.qq.com/s/Bh_fXoy9_xP2UlBOv4Xujg 阅读全文
posted @ 2022-05-18 09:25 papering 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 字节跳动自研高性能微服务框架 Kitex 的演进之旅 https://mp.weixin.qq.com/s/DhraH24FuojgW26M8KdODQ 阅读全文
posted @ 2022-05-18 09:24 papering 阅读(680) 评论(0) 推荐(0) 编辑
摘要: 万字长文 | 十个模型,总结产品经理沟通方法论 https://mp.weixin.qq.com/s/cfAVn1dIk8eg1-ushxd0sA 阅读全文
posted @ 2022-05-18 09:24 papering 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 前端性能优化实战 https://mp.weixin.qq.com/s/amaR6GJFqhW3B9TspBLWJA 阅读全文
posted @ 2022-05-18 09:23 papering 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/problems/SLwz0R/ 阅读全文
posted @ 2022-05-18 08:02 papering 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/problems/partition-labels/ 阅读全文
posted @ 2022-05-18 07:49 papering 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Lecture 10 - Heap Operations: Insert and Delete https://webdocs.cs.ualberta.ca/~holte/T26/heap-ops.html 阅读全文
posted @ 2022-05-18 07:48 papering 阅读(20) 评论(0) 推荐(0) 编辑
摘要: Cigarette smokers problem - Wikipedia https://en.wikipedia.org/wiki/Cigarette_smokers_problem 阅读全文
posted @ 2022-05-18 07:47 papering 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Semaphores in Process Synchronization - GeeksforGeeks https://www.geeksforgeeks.org/semaphores-in-process-synchronization/ 系列文章 阅读全文
posted @ 2022-05-18 07:47 papering 阅读(15) 评论(0) 推荐(0) 编辑