JayWalker512 / Game_of_Life

Multi-threaded Conway's Game of Life written in C with OpenGL graphics
MIT License
2 stars 0 forks source link

Add a 'no graphics' mode. #3

Open JayWalker512 opened 8 years ago

JayWalker512 commented 8 years ago

If we're only interested in computation/benchmarking, we don't need to render the world. This would probably reduce lock contention greatly.