constexpr
There are 161 repositories under constexpr topic.
hanickadot/compile-time-regular-expressions
Compile Time Regular Expression in C++
keiichiw/constexpr-8cc
Compile-time C Compiler implemented as C++14 constant expressions
kthohr/gcem
A C++ compile-time math library using generalized constant expressions
kthohr/stats
A C++ header-only library of statistical distribution functions.
boostorg/hof
Higher-order functions for c++
beached/daw_json_link
Fast, convenient JSON serialization and parsing in C++
rep-movsd/see-phit
A C++ HTML template engine that uses compile time HTML parsing
hogliux/semimap
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
uni-algo/uni-algo
Unicode Algorithms Implementation for C/C++
snitch-org/snitch
Lightweight C++20 testing framework.
mapbox/eternal
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
hanickadot/cthash
constexpr implementation of SHA-2 and SHA-3 family of hashes
rollbear/lift
constexpr C++17 library for simplifying higher order functions in application code
tcsullivan/consteval-huffman
Compile-time Huffman coding compression using C++20
jfalcou/spy
SPY - C++ Information Broker
mkitzan/constexpr-sql
Header only library that parses and plans SQL queries at compile time
CrustyAuklet/bitpacker
type-safe and low-boilerplate bit level serialization
ClaasBontus/bitset2
std::bitset with constexpr implementations plus additional features.
tcsullivan/constexpr-to-string
C++14 code to convert integers to strings at compile-time
calebzulawski/cotila
A compile-time linear algebra system for C++
niekbouman/ctbignum
Library for Multiprecision Compile-Time and Run-Time Arithmetic (including Modular Arithmetic)
eyalroz/cuda-kat
CUDA kernel author's tools
unterumarmung/fixed_string
C++17 string with fixed size
SaadAhmad/in_constexpr
An approach for runtime detection inside a constexpr function
itzmeanjan/ml-kem
Module-Lattice-based Key Encapsulation Mechanism Standard by NIST i.e. FIPS 203
milosob/milo
Cryptography library for modern C++.
google/cpp-async-rpc
Library for Asynchronicity, Serialization and Remoting
TheLartians/StaticTypeInfo
🏀 Up your type-game. A small C++ library for compile-time type names and type indices.
JustasMasiulis/circular_buffer
A constexpr STL style circular buffer implementation
p-ranav/pipeline
Pipelines for Modern C++
junkdog/constexpr-java
build-time code-execution for java, a bit like constexpr in C++11
Rinzii/ccmath
A C++17 Compile Time <cmath> Library
cdgiessen/CERT
ConstExpr RayTracer
rhalbersma/bit_set
Rebooting the std::bitset franchise
IoanThomas/constexpr-chip8
A compile-time CHIP-8 emulator
ggabriel96/opzioni
The wanna-be-simplest command line arguments library for C++