CaffeineViking / concepts-primerLinks
Primer for C++ Concepts
☆24Updated 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:
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- A C++ 14 implementation of graph data structures☆34Updated 8 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆25Updated 4 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆22Updated 3 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck☆100Updated 2 months ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- a tool to count accesses to member variables in c++ programs☆77Updated 11 years ago
- fast prime sieve and hash algorithm☆38Updated last month
- Optimized for systems that read and write large blobs.☆12Updated 10 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
- Container Traits for Modern C++☆29Updated 4 years ago
- The Fancy Named Parameters Library☆32Updated 2 months ago
- Iris is an extensible asynchronous header-only framework written in pure modern C++, including a M:N task scheduler (with coroutine suppo…☆17Updated this week
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆54Updated 4 months ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 4 years ago
- ☆20Updated 3 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year