ThePhD / phdLinks
A collection of useful things; sometimes proofs of concepts, sometimes production-ready code.
☆21Updated 5 years ago
Alternatives and similar repositories for phd
Users that are interested in phd are comparing it to the libraries listed below
Sorting:
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 4 years ago
- This repository is a very simple C++ modules example.☆23Updated 2 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated last year
- Single Header Constexpr Circular Queue☆17Updated 5 years ago
- The IDK (Industrial Development Kit) library!☆36Updated 2 months ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆46Updated 8 months ago
- A collection of formatting benchmarks☆50Updated last month
- A library of tools for compiler construction.☆11Updated 9 years ago
- High performance event tracing☆17Updated 2 weeks ago
- Cake is a fast build system written in Python.☆20Updated 6 months 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 2 months ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- A C++ algorithm library that extends the C++ standard algorithms found in <algorithm> & <numeric>☆22Updated 4 years ago
- String to Float Benchmark☆19Updated 6 years ago
- LALR(1) parser for C++☆79Updated last year
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 3 years ago
- C++ container graph visualization for lldb.☆23Updated 6 years ago
- Easily batch-build cmake projects!☆18Updated 6 months ago
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆23Updated last month
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated 2 weeks ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Make std::mdspan formattable by std::format.☆11Updated last year
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- homogeneous variadic function parameters☆17Updated last year
- Containers for building C++ on CI☆48Updated 11 months ago