adah1972 / cpp_summit_2020
Presentation and code for C++ Summit (China) 2020
☆40Updated 4 years ago
Alternatives and similar repositories for cpp_summit_2020:
Users that are interested in cpp_summit_2020 are comparing it to the libraries listed below
- There is my code snippet.☆115Updated 4 months ago
- Template meta programming package by C++11.☆131Updated 8 years ago
- An auto serializer for C++ non-pod struct, base on C++17 feature structured-binding , constexpr if and boost preprocessor☆37Updated 7 years ago
- 《C++ Move Semantics》的非专业个人翻译☆74Updated 3 years ago
- Boost.Hana中文文档☆111Updated 4 years ago
- 公众号[树屋编程]相关文章的代码☆35Updated 4 months ago
- 《The Art of Writing Efficient Programs》的非专业个人翻译☆88Updated 2 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆88Updated 4 years ago
- ☆108Updated last year
- purecpp opensource projects list☆95Updated 2 years ago
- a modern c++ plugin library☆84Updated 3 years ago
- Thread safe, lock-free memory pool.☆56Updated 10 months ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆25Updated 7 months ago
- This is part of the zeus library, just for sharing and funny.☆33Updated last year
- 《Software Architecture with C++》的非专业个人翻译☆74Updated 2 years ago
- Simple C++ Config Loader Framework(Serialization & Reflection)☆231Updated last year
- 机工社《高级C++20编程》随书代码☆55Updated 2 years ago
- Chinese version for Agner Fog's optimizing series☆79Updated 5 years ago
- 《C++20 - Get the Details 》的非专业个人翻译☆55Updated last year
- C++ utilities☆46Updated last month
- modern c++ raft library☆46Updated 5 years ago
- std::future extension☆37Updated 4 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC