This repository was made to test the speed of C++'s constexpr values (at runtime) in comparison to the traditional Sieve of Eratosthenes optimization. NOTE: The SIMD solution doesn't work.
-
Updated
May 30, 2024 - C++
This repository was made to test the speed of C++'s constexpr values (at runtime) in comparison to the traditional Sieve of Eratosthenes optimization. NOTE: The SIMD solution doesn't work.
Source code of the paper "On the Applicability of Annotation-based Source Code Modification in Kotlin" for MPLR'23
Simple C++ 14 units of measurement library for type safety when dealing with physical units calculations.
functional cpp at compile time, the compiler turns to the perfectly slow interpreter XD
Introduction to typelevel programming: phantom types, dependent types, path dependent types and Curry-Howard isomorphism.
C++17 compile-time Fixed Format library
A header only and out of the box tcp rpc framework written in C++.
A webpack loader to achieve transpile-time metaprogramming with pure JavaScript
Utility for statically determining the number of members in an aggregate struct.
a simple reflection tool to reflect on resource usage and how they are accessed (read or write mode)
Attempt at creating a simple dynamic programming language that is 100% evaluated at compile time.
Compile-time initialized map from string to any trivial constexpr type with O(n) lookup
Collection of static-reflection utilities for aggregate initializables.
Compile-time finite state machine library
A Generic compile-time Parser generator and Pattern Matching Library written in Rust
🌰 Transform XML trees into performant JavaScript DOM calls at compile-time using Nim code.
Form symmetric block matrices and condense them (eliminating blocks) at compile time using Schur complements. The goal is to manipulate KKT/augmented/saddle-point systems symbolically to obtain equivalent systems (typically: unsymmetric, symmetrized, and normal equations) that can be tackled by various numerical solvers
Headers only! Serialise and Deserialise json from various types and data structures, performing compile-time reflection with TMP(template metaprogramming) of Modern C++(requires C++17 or later). Currently only support Qt Json Library and will support nlohmann soon.
Cheat Engine-like pointer chains for C++17
Fast entity-component-system (ECS) with compile-time archetypes
Add a description, image, and links to the compile-time-meta-programming topic page so that developers can more easily learn about it.
To associate your repository with the compile-time-meta-programming topic, visit your repo's landing page and select "manage topics."