Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 283 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 283 Bytes

compile-time-game-of-life

True GoL using only metaprogramming in C++11

Usage:

  • edit 'dimension', 'iteration' and 'start' constants appropriately
  • compile
  • if your compiler was able to do it - you'll get the fastest implementatation of GoL available :)