Skip to content

Proof of concept programming using only truly branchless operations.

License

Notifications You must be signed in to change notification settings

nic-obert/branchless_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

True Branchless Programming

This repository contains implementations of various programs and algorithms using a true branchless approach.
The rules are:

  • No if statements or ternary operators
  • No condition-based loops, only while (true) allowed
  • No conditional jump instructions allowed in the binary code

This repository is meant as a proof of concept and as a coding challenge. It is not meant to be used in production.

About

Proof of concept programming using only truly branchless operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages