mgradwohl / ModernLife

Conway's Game of Life in C++/WinRT/WinAppSDK/WinUI 3
12 stars 3 forks source link

Reduce the size of Cell as much as possible #9

Open mgradwohl opened 2 years ago

mgradwohl commented 2 years ago

age is currenlty 4 bytes. 16 should be fine.

mgradwohl commented 1 year ago

Not sure I want to do this. I removed the x.y coordinates from cell, unfortunately this makes it harder to use std::for_each.