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

A very simple Game of Life implementation, with an attempt to make stuff fast.

Notifications You must be signed in to change notification settings

jesyspa/FastGOL

Repository files navigation

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

About

A very simple Game of Life implementation, with an attempt to make stuff fast.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages