The C++ memory model and operations on atomic types的笔记。
Notes of Lecture 3 Big Data, Hardware Trends, and Apache Spark.
在ubuntu上进行update的时候,有的时候会不想升级某些包,这时可以用dpkg来hold住包,不让它升级。
原文是stackoverflow上的一个关于compare_exchange_weak()问题和相应的答案,我做了简单的翻译和整理。
这篇是转自CodingLabs的文章,除了有原文的内容,我加入了自己的一些思考和理解。
Synchronizing concurrent operations的笔记。
Sharing data between threads的笔记。
原文是十分钟搞清字符集和字符编码,这里我简化了一些说明,稍微修改了原文的例子。
Pattern matching的算法有很多,这里做一个简单的总结。