CaffeineViking / concepts-primer
Primer for C++ Concepts
☆22Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for concepts-primer
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆24Updated 3 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆42Updated 4 years ago
- fast prime sieve and hash algorithm☆37Updated 10 months ago
- A concise and readable metaprogramming language for C++☆59Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 7 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆32Updated 2 years ago
- A C++ 14 implementation of graph data structures☆36Updated 8 years ago
- parser combinator and AST generator in c++17☆24Updated last year
- The Fancy Named Parameters Library☆27Updated 2 weeks ago
- C++20 SIMD Within A Register library☆25Updated 3 months ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆31Updated 10 months ago
- Single Header Constexpr Circular Queue☆17Updated 4 years ago
- 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
- Dynamic loading examples outside CppCon 2021☆15Updated 3 years ago
- A clean implementation of reflection and related proposals.☆29Updated 6 years ago
- ☆25Updated 11 months ago
- Container Traits for Modern C++☆28Updated 4 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆28Updated 3 years ago
- Experimental library for coroutines and networking☆16Updated 6 years ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆47Updated 3 years ago
- PDFs of presenter slides from ACCU 2019☆64Updated 4 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- My talks from CppCon 2020☆24Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆17Updated 3 years ago
- async io-uring based kernel io library☆29Updated 3 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆47Updated 8 years ago
- An Array Mapped Tree implementation☆9Updated 4 years ago
- ☆83Updated last year
- Lock-free concurrent work stealing deque in C++☆36Updated 6 years ago