diff --git a/README.md b/README.md index fae7559..7e4306a 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ RSS使用仓库的release RSS [链接](https://github.com/wanghenshui/cppweeklyn | --------------------- | --------------------- | --------------------- | --------------------- | --------------------- | --------------------- | --------------------- | --------------------- | --------------------- | --------------------- | | [101](./posts/101.md) | [102](./posts/102.md) | [103](./posts/103.md) | [104](./posts/104.md) | [105](./posts/105.md) | [106](./posts/106.md) | [107](./posts/107.md) | [108](./posts/108.md) | [109](./posts/109.md) | [110](./posts/110.md) | | [111](./posts/111.md) | [112](./posts/112.md) | [113](./posts/113.md) | [114](./posts/114.md) | [115](./posts/115.md) | [116](./posts/116.md) | [117](./posts/117.md) | [118](./posts/118.md) | [119](./posts/119.md) | [120](./posts/120.md) | - +| [121](./posts/121.md) | | | | | | | | | | --- diff --git a/posts/121.md b/posts/121.md new file mode 100644 index 0000000..2bcb95a --- /dev/null +++ b/posts/121.md @@ -0,0 +1,436 @@ +--- +layout: post +title: 第121期 +--- +# C++ 中文周刊 第121期 + + +[周刊项目地址](https://github.com/wanghenshui/cppweeklynews) + +公众号 + + + + + +RSS https://github.com/wanghenshui/cppweeklynews/releases.atom + +欢迎投稿,推荐或自荐文章/软件/资源等 + +请[提交 issue](https://github.com/wanghenshui/cppweeklynews/issues) + +本周内容不多 + +--- + +## 资讯 + +标准委员会动态/ide/编译器信息放在这里 + +[编译器信息最新动态推荐关注hellogcc公众号 本周更新 2023-07-05 第209期 ](https://mp.weixin.qq.com/s/SQzEO2up4iMv54O2ljp6gg) + + +## 文章 + +- [atomic工具:C++内存模型与现代硬件(一)](https://zhuanlan.zhihu.com/p/625860910) +- [atomic工具:C++内存模型与现代硬件(二)](https://zhuanlan.zhihu.com/p/632622548) + +虽然是老文了,对于清晰概念还是有一定的帮助的。讨论了很多基础概念,以及各种时序场景,我觉得都可以复述一遍这个演讲,增加自己理解 + +能讲给别人进步最快,各位可能都讲过题,要不要挑战一下 + +- [Did you know that run-time dispatching over type-list can be implemented many different ways ](https://github.com/QuantlabFinancial/cpp_tip_of_the_week/) + +```cpp +template