https://github.com/rurumimic/cplusplus
씨 플러스 플러스
https://github.com/rurumimic/cplusplus
cpp design-patterns multithreading optimization
Last synced: 11 months ago
JSON representation
씨 플러스 플러스
- Host: GitHub
- URL: https://github.com/rurumimic/cplusplus
- Owner: rurumimic
- License: mit
- Created: 2022-06-14T15:08:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T00:48:40.000Z (over 1 year ago)
- Last Synced: 2025-02-20T01:30:44.569Z (over 1 year ago)
- Topics: cpp, design-patterns, multithreading, optimization
- Language: C++
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)