Skip to content

C++ template metaprogramming implementation of Bratley's scheduling algorithm

Notifications You must be signed in to change notification settings

CaseySanchez/bratley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bratley

C++ template metaprogramming implementation of Bratley's scheduling algorithm. The algorithm is computed at compile-time such that the schedule is known by run-time.

Build instructions:

cd bratley
mkdir build
cd build
cmake ..
make

Live demo on the Godbolt Compiler Explorer:

https://godbolt.org/z/P4G9fjnvh

About

C++ template metaprogramming implementation of Bratley's scheduling algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published