mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 17:26:48 +08:00
12 lines
550 B
Markdown
12 lines
550 B
Markdown
# A Quick Introduction to C++ Performance Tuning
|
||
(From: https://github.com/adah1972/cpp_summit_2020.git)
|
||
|
||
This repository contains the presentation file and example code for my
|
||
presentation at the C++ Summit 2020 held in Shenzhen, China on 4–5 December
|
||
2020.
|
||
|
||
The presentation content is shared under a [Creative Commons Attribution-Share
|
||
Alike 2.5 Licence](http://creativecommons.org/licenses/by-sa/2.5/). The code
|
||
is put in the public domain (i.e. do whatever you like with it), though an
|
||
acknowledgement will be appreciated (but not required).
|