Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 147 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 147 Bytes

Fast GOL

A bit of a challenge to myself as to how fast I can update a 1024x1024 Game of Life grid.

Compile using

g++ -std=c++1z -O3 *.cpp