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.

Repository from Github https://github.commajorsopa/branchless-algorithms-rsRepository from Github https://github.commajorsopa/branchless-algorithms-rs

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%