随笔分类 - memory
摘要:Win10和Win11内存区域划分及动态随机的本质 https://mp.weixin.qq.com/s/nhtCUDY3L3RFTeVH1U1xDQ 翻译 搜索 复制
阅读全文
摘要:一文搞懂七种基本的GC垃圾回收算法 https://mp.weixin.qq.com/s/RSWYSAzpvPJD056vZDQPig 翻译 搜索 复制
阅读全文
摘要:PHP: 纤程 - Manual https://www.php.net/manual/zh/language.fibers.php PHP: Fibers - Manual https://www.php.net/manual/en/language.fibers.php Submit a Pul
阅读全文
摘要:代码 bug 嗅探器:Sanitizer - 知乎 https://zhuanlan.zhihu.com/p/390555316 MemorySanitizer · google/sanitizers Wiki · GitHub https://github.com/google/sanitizer
阅读全文
摘要:应用架构指南 | Android 开发者 | Android Developers https://developer.android.google.cn/topic/architecture?hl=zh-cn 应用架构指南 本指南包含一些最佳做法和推荐架构,有助于构建强大而优质的应用。 注意:本页
阅读全文
摘要:腾讯QQ桌面版架构升级:内存优化探索与总结 https://mp.weixin.qq.com/s/REHP26sx-8HjDIvGM63kJw 翻译 搜索 复制
阅读全文
摘要:小结: 1、 配置页面文件大小的原因: 它一直是关于支持系统故障转储(如有必要)或在必要时扩展系统提交限制。 例如,安装大量物理内存时,在高峰使用期间,可能不需要页面文件来备份系统提交费用。 仅可用的物理内存就足以执行此操作。 但是,可能仍需要页面文件或专用转储文件来备份系统故障转储。 页面文件太小
阅读全文
摘要:Dart basics | Dart https://dart.dev/language Important concepts As you continue to learn about the Dart language, keep these facts and concepts in min
阅读全文
摘要:移除pagefile.sys和hiberfil.sys获取C盘空间 https://www.zhihu.com/tardis/zm/art/87565681 点击查看-> 选项 -> 文件夹选项 -> 查看, 去掉“ 隐藏受保护的操作系统文件(推荐)” 前面的勾,选择“显示隐藏的文件,文件夹和驱动”
阅读全文
摘要:copy request body 请求体 流量录制 如何让 gin 正确多次读取 http request body 内容 - 掘金 https://juejin.cn/post/7182895543721394236 如何让 gin 正确读取 http response body 内容,并多次使
阅读全文
摘要:The abstract base class for all I/O classes, acting on streams ofbytes. There is no public constructor. Buffered I/O implementation using an in-memory
阅读全文
摘要:12 | atomic:要保证原子操作,一定要使用这几种方法 https://time.geekbang.org/column/article/304127 对一个地址的赋值是原子操作吗? 这是一个很有趣的问题,如果是原子操作,还要 atomic 包干什么?官方的文档中并没有特意的介绍,不过,在一些
阅读全文
摘要:type LinkNode struct { Val int Next *LinkNode } e := &LinkNode{} f := e fmt.Println(" &e=", &e, " &f=", &f) fmt.Println(" &e.Next=", &e.Next, " &f.Nex
阅读全文
摘要:ForkJoinPool (Java SE 11 & JDK 11 ) https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/ForkJoinPool.html 翻译 搜索 复制
阅读全文
摘要:https://mp.weixin.qq.com/s/PN-tyUEez2rQT9aitxjy2g
阅读全文
摘要:https://www.cl.cam.ac.uk/~jp622/repairing_javascript.pdf
阅读全文
摘要:https://www.cl.cam.ac.uk/~jp622/the_problem_of_programming_language_concurrency_semantics.pdf Despite decades of research, we do not have a satisfacto
阅读全文
摘要:Foundations of the C++ Concurrency Memory Model https://www.hpl.hp.com/techreports/2008/HPL-2008-56.pdf Common Compiler Optimisations are Invalid in t
阅读全文
摘要:https://blog.regehr.org/archives/213 搜索 复制
阅读全文
摘要:https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.17.7914&rep=rep1&type=pdf http://rsim.cs.uiuc.edu/Pubs/popl05.pdf https://drum.lib.umd.edu/b
阅读全文