摘要: 原文 https://www.cnblogs.com/richaaaard/p/6351705.html Raft 实现日志复制同步 本篇文章以 John Ousterhout(斯坦福大学教授) 和 Diego Ongaro(斯坦福大学获得博士学位,Raft算法发明人) 在 Youtube 上的讲解 阅读全文
posted @ 2020-07-21 20:29 KimBing_Ng 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 本文从NUMA的介绍引出常见的NUMA使用中的陷阱,继而讨论对于NUMA系统的优化方法和一些值得关注的方向。 文章欢迎转载,但转载时请保留本段文字,并置于文章的顶部 作者:卢钧轶(cenalulu) 本文原文地址:http://cenalulu.github.io/linux/numa/ NUMA简 阅读全文
posted @ 2020-06-23 14:02 KimBing_Ng 阅读(352) 评论(0) 推荐(0) 编辑
摘要: find 按文件修改时间查找文件 (+n) | (n) | (-n) (n+1)*24H前| (n+1)*24H~n*24H间 |n*24H内 find . -mtime +10 -name "*.*" 阅读全文
posted @ 2020-06-02 13:31 KimBing_Ng 阅读(613) 评论(0) 推荐(0) 编辑
摘要: Several types of memory modes can be configured on Intel® Desktop Boards, depending on how many memory modules (DIMMs) are installed: Single channel D 阅读全文
posted @ 2020-05-15 23:06 KimBing_Ng 阅读(263) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-08 00:22 KimBing_Ng 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Jeff Dean Facts Retrieved most of the facts, with some removed as a discretionary measure. Jeff Dean proved that P=NP when he solved all NP problems i 阅读全文
posted @ 2020-05-07 16:10 KimBing_Ng 阅读(526) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-07 13:18 KimBing_Ng 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文 https://www.ibm.com/developerworks/cn/linux/l cn sdlstatic/ Linux 支持的共享程序库(lib .so)技术不仅能够有效利用系统资源,而且还对程序设计带来了很大的便利性、通用性等,因此被各种级别的应用系统广泛采用。 动态链接的共享库 阅读全文
posted @ 2020-05-05 21:40 KimBing_Ng 阅读(1296) 评论(0) 推荐(0) 编辑
摘要: hidevteProcessor technologiesModels Turing machine Universal Post–Turing Quantum Belt machine Stack machine Finite state machine with datapath Hierarc 阅读全文
posted @ 2020-05-05 12:24 KimBing_Ng 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 博客出处 https://blog.csdn.net/maokelong95/article/details/80727952 Memory Models Series Memory Consistency (Slides & Talk) 日志: [2019 03 20] 扩展了对 RMW 指令的介 阅读全文
posted @ 2020-05-05 10:25 KimBing_Ng 阅读(1159) 评论(0) 推荐(0) 编辑