Experiments with constexpr
☆248Mar 5, 2021Updated 5 years ago
Alternatives and similar repositories for constexpr
Users that are interested in constexpr are comparing it to the libraries listed below
Sorting:
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆16Dec 25, 2017Updated 8 years ago
- [Inactive] Public domain implementations of core RFC specifications for C++14.☆13Mar 9, 2015Updated 11 years ago
- Love template metaprogramming☆331Apr 10, 2022Updated 3 years ago
- Instant compile time C++ 11 metaprogramming library☆572Sep 7, 2022Updated 3 years ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,469Mar 11, 2026Updated last week
- Materials for the C++ Template Metaprogramming one-day workshop☆63Feb 3, 2016Updated 10 years ago
- Zero overhead utilities for preventing bugs at compile time☆1,639Oct 13, 2025Updated 5 months ago
- A template for creating optional-like object with no space overhead☆26Oct 5, 2017Updated 8 years ago
- Range-based goodness for C++17☆363Feb 11, 2021Updated 5 years ago
- Lightweight, header-only C++14 metaprogramming library. Pattern matching, compile-time stuffs and algorithms (arrays, type information (…☆59Dec 11, 2017Updated 8 years ago
- runtime to compile-time mappings☆109Oct 29, 2017Updated 8 years ago
- A C++ micro-benchmarking framework☆367Feb 25, 2020Updated 6 years ago
- Compile time mathematic functions for C++14☆190Oct 28, 2021Updated 4 years ago
- A library for C++ reflection and introspection☆202Jul 30, 2017Updated 8 years ago
- Meta programming utilities for C++14. Merged in matt-42/lithium☆726Dec 7, 2019Updated 6 years ago
- Compile Time Type Information for C++☆613Apr 20, 2023Updated 2 years ago
- Compile-time Huffman coding compression using C++20☆171Oct 12, 2021Updated 4 years ago
- An approach for runtime detection inside a constexpr function☆80Jul 15, 2018Updated 7 years ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆852Sep 12, 2023Updated 2 years ago
- Compile Time Regular Expression in C++☆3,770Sep 12, 2025Updated 6 months ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,530Jul 29, 2025Updated 7 months ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,598May 29, 2025Updated 9 months ago
- constexpr C++17 library for simplifying higher order functions in application code☆201May 11, 2023Updated 2 years ago
- ☆15Sep 27, 2020Updated 5 years ago
- Warning suppression library (C++)☆83Mar 8, 2020Updated 6 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆166Nov 28, 2025Updated 3 months ago
- Lightweight benchmarking component for small C++ routines☆16Mar 29, 2023Updated 2 years ago
- C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.☆887Jun 15, 2019Updated 6 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Jun 6, 2017Updated 8 years ago
- A tiny metaprogramming library☆310Jun 23, 2023Updated 2 years ago
- a c++ header library that implements variant constexpr functions and types.☆85Nov 24, 2019Updated 6 years ago
- scanf for modern C++☆1,302Oct 29, 2025Updated 4 months ago
- A header-only C++ library for task concurrency☆632May 18, 2023Updated 2 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆258Mar 25, 2020Updated 5 years ago
- MIR-Engine☆23Jul 6, 2017Updated 8 years ago
- Library to parse and work with the C++ AST☆1,771Jun 13, 2024Updated last year
- Your standard library for metaprogramming☆1,837Mar 11, 2026Updated last week
- Rewrite C++ code to automatically apply `constexpr` where possible☆246Jan 30, 2023Updated 3 years ago
- Runtime polymorphism done right☆1,033May 27, 2021Updated 4 years ago