该文被密码保护。 阅读全文
posted @ 2020-05-05 00:35 KimBing_Ng 阅读(0) 评论(0) 推荐(0) 编辑
摘要: A memory barrier, also known as a membar, memory fence or fence instruction, is a type of barrier instruction that causes a central processing unit (C 阅读全文
posted @ 2020-05-04 23:34 KimBing_Ng 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 原文 https://www.kernel.org/doc/Documentation/filesystems/dax.txt Direct Access for files Motivation The page cache is usually used to buffer reads and 阅读全文
posted @ 2020-05-03 00:06 KimBing_Ng 阅读(233) 评论(0) 推荐(0) 编辑
摘要: Note that the dynamic linker on most operating systems will remove variables that can control dynamic linking from the environment of setuid executabl 阅读全文
posted @ 2020-05-02 11:27 KimBing_Ng 阅读(411) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-01 21:45 KimBing_Ng 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文 https://stackoverflow.com/questions/1853243/do you really write exception safe code https://en.cppreference.com/w/cpp/language/exceptions Exception 阅读全文
posted @ 2020-05-01 19:28 KimBing_Ng 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 原文 https://blog.csdn.net/SweeNeil/article/details/89640206 翻译得不好还请见谅,原文见末尾链接~ 一、简介 英特尔的Optane DC Persistent Memory(Optane DC PMM、DCPMM)是一种颠覆性的技术,它在内存和 阅读全文
posted @ 2020-04-25 23:56 KimBing_Ng 阅读(2931) 评论(1) 推荐(0) 编辑
摘要: 原文 https://blog.csdn.net/maokelong95/article/details/81362837?utm_source=blogxgwz5 [NVM Programming] A Brief Guidance: How to Issue CLFLUSH, CLFLUSHOP 阅读全文
posted @ 2020-04-25 23:55 KimBing_Ng 阅读(1417) 评论(0) 推荐(0) 编辑
摘要: 原文 https://www.bibtex.com/e/entry types/ The 14 BibTeX entry typesPossibly the most difficult aspect of using BibTeX to manage bibliographies is decid 阅读全文
posted @ 2020-04-22 17:49 KimBing_Ng 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 原文地址 https://my.oschina.net/fileoptions/blog/1629405 一、PMDK介绍 pmdk,全称Persistent Memory Development Kit ,它是一套用于使用具有DAX(Direct Access)访问特性存储的开发工具库。如下如所示 阅读全文
posted @ 2020-04-20 16:45 KimBing_Ng 阅读(820) 评论(0) 推荐(0) 编辑