majorsopa / branchless-algorithms-rs

Attempting to implement various algorithms, with as few branches as possible. Branches include if else, match, break and similar, premature return statements, and conditional loops.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

branchless-algorithms-rs

Attempting to implement various algorithms, with as few branches as possible. Branches include if else, match, break and similar, premature return statements, and conditional loops.

About

Attempting to implement various algorithms, with as few branches as possible. Branches include if else, match, break and similar, premature return statements, and conditional loops.


Languages

Language:Rust 100.0%