CaffeineViking / concepts-primerLinks
Primer for C++ Concepts
☆23Updated 6 years ago
Alternatives and similar repositories for concepts-primer
Users that are interested in concepts-primer are comparing it to the libraries listed below
Sorting:
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆25Updated 4 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Dynamic loading examples outside CppCon 2021☆16Updated 3 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- A concise and readable metaprogramming language for C++☆59Updated 4 years ago
- ☆20Updated 2 years ago
- Experimental ranges for CUDA☆24Updated 6 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- fast prime sieve and hash algorithm☆38Updated last week
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- The Fancy Named Parameters Library☆31Updated 3 weeks ago
- C++ compile-time Rust's like macro_rules implementation☆92Updated last year
- Repository with examples for the C++20 Coroutines video and article.☆29Updated 10 months ago
- An Array Mapped Tree implementation☆10Updated 4 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Coroutine library and toolkit for C++20☆38Updated 2 months ago
- Enterprise quality C++ application framework with dependency injection, test framework, and logging☆16Updated last year
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- A C++ 14 implementation of graph data structures☆34Updated 8 years ago
- A curated list of Modern C++ idioms☆21Updated 8 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- C++11 Work-Stealing Task Scheduler☆36Updated 5 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 4 years ago