BobSteagall / CppCon2020Links
My talks from CppCon 2020
☆23Updated 4 years ago
Alternatives and similar repositories for CppCon2020
Users that are interested in CppCon2020 are comparing it to the libraries listed below
Sorting:
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- Inspect C++ memory in the browser☆98Updated 3 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- ☆32Updated 4 years ago
- ☆23Updated 2 years ago
- A C++ 14 implementation of graph data structures☆34Updated 8 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- Code samples from the presentation "What do you mean by 'Cache Friendly'?"☆24Updated 4 years ago
- A general property customisation mechanism☆16Updated 5 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- Slides for the C++ on Sea conference☆108Updated last year
- Boost Quaternions, Vectors, Matrices library☆86Updated last month
- Cross-platform C++ Utility Library☆54Updated 2 weeks ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A fixed capacity dynamically sized string☆66Updated last month
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- A curated list of Modern C++ idioms☆21Updated 8 years ago
- MSGUI - Metashell GUI☆68Updated 6 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Collection of proposals for c++☆26Updated last month
- Stack allocated and type-erased functors 🐜☆54Updated 6 years ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- Helpers for preventing the static initialization order fiasco of global variables.☆45Updated 5 years ago
- A template for simple C++ reflection done with CMake and Python (no other external tools)☆40Updated 3 years ago
- Thread aware Signal/Slot library☆81Updated 2 months ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last year