branchless
Here are 24 public repositories matching this topic...
One header file library that implement missing transcendental math functions (cos, sin, acos, and more....) using 100% AVX/Neon instructions (no branching)
-
Updated
Nov 23, 2025 - C
Cache-aware frequency sort: a header-only C++20 sort for low-cardinality integer arrays on x86-64.
-
Updated
May 9, 2026 - C++
elegant C/C++ functions to decode/encode hex string from/to bytes - no libraries, no branches, no lookup tables
-
Updated
Mar 31, 2022 - C
C++ template for generating small sorting networks compatible with SIMD intrinsics
-
Updated
Apr 25, 2021 - C++
This repository contains the code to benchmark CPU cache miss latency and branch misprediction penalty
-
Updated
Sep 29, 2025 - Jupyter Notebook
Proof of concept programming using only truly branchless operations.
-
Updated
Aug 18, 2023 - C++
Comparison of branchless programming speedups (or slowdowns) in various languages
-
Updated
Sep 6, 2021 - Python
The fastest “branch less” binary search implementation for cheap comparisons cases (with workaround for LLVM optimizer flaw).
-
Updated
Feb 15, 2025 - C++
Constant-time utilities for C. If time varies, secrets leak. Flatline it.
-
Updated
Oct 30, 2025 - C
Classic Snake-Game With Independent Grid-Updates For Efficient Parallelization And Constant Computation Time
-
Updated
Jan 30, 2023 - C++
A blazing fast, branchless header only trigonometric library
-
Updated
Dec 22, 2024 - C
No-libc single-header runtime. Linux x86-64. Direct syscalls. SSE-backed f64 ops. Macro-driven design. Branchless control flow. Manual memory (brk, bump). SSO strings. Functional primitives. Terminal I/O. Data-oriented. High-risk, high-control.
-
Updated
May 3, 2026 - C
Fixing bugs rn, dw pinned release gonna be back soon, didnt know these would be issues
-
Updated
Apr 28, 2026 - C++
🔒 Protect secrets with Flatline, a constant-time C toolbox that eliminates side-channel risks using branchless operations and zero dependencies.
-
Updated
May 17, 2026 - C
HSYNC Operating System: A High-Performance Deterministic Microkernel. Built in Rust (no_std), this kernel implements branchless PHI-based synchronization for non-dissipative computing. Zero-jitter, 128-bit phase-state logic, and direct hardware control. Optimized for x86_64 architecture to achieve mathematical certainty on bare metal.
-
Updated
Apr 1, 2026 - Rust
Improve this page
Add a description, image, and links to the branchless topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the branchless topic, visit your repo's landing page and select "manage topics."