From f658b00093718c91b735cef168c2c71a8749e185 Mon Sep 17 00:00:00 2001 From: FeignClaims Date: Thu, 3 Oct 2024 14:18:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=B5=84=E6=96=99?= =?UTF-8?q?=E5=88=B0=E5=AD=A6=E4=B9=A0=E5=A4=A7=E7=BA=B2=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _static/links.rst | 1 + learning_map/main.rst | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_static/links.rst b/_static/links.rst index 62ca56c9..80e9a85c 100644 --- a/_static/links.rst +++ b/_static/links.rst @@ -69,6 +69,7 @@ .. _`Better Code: Concurrency - Sean Parent - NDC London 2017`: https://www.youtube.com/watch?v=zULU6Hhp42w .. _`C++ Seasoning - Sean Parent - GoingNative 2013`: https://www.bilibili.com/video/BV1cF4m1c7UE .. _`CMake 2022 C++ Modules and More - Bill Hoffman - CppNow 2022`: https://www.youtube.com/watch?v=hkefPcWySzI +.. _`Cpu Caches and Why You Care - Scott Meyers - code::dive conference 2014`: https://www.youtube.com/watch?v=WDIkqP4JbkE .. _`Deep CMake for Library Authors - Craig Scott - CppCon 2019`: https://www.youtube.com/watch?v=m0DwB4OvDXk .. _`Documentation in the Era of Concepts and Ranges - Christopher Di Bella & Sy Brand - CppCon 2021`: https://www.youtube.com/watch?v=nm45t2fnUms .. _`Easy to Use, Hard to Misuse: Declarative Style in C++ - Ben Deane - CppCon 2018`: https://www.youtube.com/watch?v=I52uPJSoAT4 diff --git a/learning_map/main.rst b/learning_map/main.rst index 3685ba5c..11a6b0cb 100644 --- a/learning_map/main.rst +++ b/learning_map/main.rst @@ -112,6 +112,8 @@ - `Stop Teaching C - Kate Gregory - CppCon 2015`_ - `C++ Seasoning - Sean Parent - GoingNative 2013`_ - `Simplicity: Not Just For Beginners - Kate Gregory - CppCon 2018`_ +- `What Has My Compiler Done for Me Lately? Unbolting the Compiler's Lid - Matt Godbolt - CppCon 2017`_ +- `Cpu Caches and Why You Care - Scott Meyers - code::dive conference 2014`_ ======================================================================================================================== 工具链 @@ -177,7 +179,6 @@ ======================================================================================================================== - `Abstraction Patterns: Making Code Reliably Better Without Deep Understanding - Kate Gregory - ACCU 2022`_ -- `What Has My Compiler Done for Me Lately? Unbolting the Compiler's Lid - Matt Godbolt - CppCon 2017`_ - 《C++ Software Design - Design Principles and Patterns for High-Quality Software》 - `Inheritance Is The Base Class of Evil - Sean Parent - GoingNative 2013`_ - `SOLID, Revisited - Tony Van Eerd - CppNow 2021`_