An open API service indexing awesome lists of open source software.

https://github.com/rurumimic/cplusplus

씨 플러스 플러스
https://github.com/rurumimic/cplusplus

cpp design-patterns multithreading optimization

Last synced: 11 months ago
JSON representation

씨 플러스 플러스

Awesome Lists containing this project

README

          

# C++

## Contents

- [Hello World](src/helloworld/README.md): [main.cpp](src/helloworld/main.cpp)
- [Design Patterns](src/design-patterns/README.md)
- Optimization
- [Threading Building Blocks](src/threading-building-blocks/README.md)
- [Multithreading](src/multithreading/README.md)
- [Thread Pool](src/thread-pool/README.md)
______________________________________________________________________

## Tools

- [llvm](https://llvm.org) / [clang](https://clang.llvm.org): [install](https://github.com/rurumimic/supply/blob/master/tools.md#clang)
- cmake: [install](https://github.com/rurumimic/supply/blob/master/tools.md#cmake)
- [repo](https://github.com/Kitware/CMake), [tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html), [tutorial code](https://github.com/Kitware/CMake/tree/master/Help/guide/tutorial)
- [gnu global](https://www.gnu.org/software/global/): [install](https://github.com/rurumimic/supply/blob/master/tools.md#gnu-global)
- [c++ insights](https://cppinsights.io/): [repo](https://github.com/andreasfertig/cppinsights)
______________________________________________________________________

## Refs

- [cppreference.com](https://en.cppreference.com/index.html)
- [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)
- Design Patterns
- github: [BartVandewoestyne/Design-Patterns-GoF](https://github.com/BartVandewoestyne/Design-Patterns-GoF)
- Intel oneAPI
- [Threading Building Blocks](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onetbb.html)
- github: [oneTBB](https://github.com/oneapi-src/oneTBB)
- Multithreading
- book: [Mastering C++ Multithreading](https://www.packtpub.com/product/mastering-c-multithreading/9781787121706)
- github: [Mastering C++ Multithreading](https://github.com/PacktPublishing/Mastering-CPP-Multithreading)