in_constexpr
Runtime detector
An approach to detecting runtime vs compile time in constexpr functions.
An approach for runtime detection inside a constexpr function
80 stars
6 watching
1 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
constexprconstexpr-contextconstexpr-runtime-detectionif-constexpr
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/clrmd | A library for introspecting processes and dumps. | 1,054 |
cr-marcstevens/sha1collisiondetection | Detects cryptanalytic SHA-1 collision attacks in files and provides an indicator of potential collision | 1,323 |
zhreshold/mxnet-ssd.cpp | A C++ object detection module for mxnet-ssd | 97 |
tcbrindle/raytracer.hpp | A compile-time ray tracing system using C++17 constexpr functions | 693 |
rajiv2790/falconeye | A real-time detection software for Windows process injections | 290 |
amit-davidson/chronos | A static race detector for Go programs that identifies potential data races in concurrent execution | 428 |
falcosecurity/falco | A cloud-native runtime security tool that detects and alerts on abnormal behavior and potential security threats in real-time. | 7,394 |
giginet/xcprofiler | A tool to measure compilation time of Swift projects. | 334 |
runtimecompiledcplusplus/runtimecompiledcplusplus | Enables developers to make and test changes to C++ code at runtime without requiring compilation. | 2,193 |
janwilmans/compiletimer | Measures and compares compile times of C++ constructs in various scenarios | 6 |
disruptek/golden | A tool used to measure and record runtime performance of compiled code | 29 |
lzx1413/caffe_ssd | An implementation of a unified framework for object detection using a single network. | 109 |
securingsam/krackdetector | Detects KRACK attacks and disconnects client devices from the network. | 179 |
jtoy/cld | A compact language detection library for Ruby based on Google Chrome's technology | 210 |
janx/chardet2 | A Ruby implementation of an encoding detection library inspired by the reactivated rchardet project | 23 |