karl 0d622d5852 More optimizations
Inlined some functions (compiler probably did this anyways)

Use bool array instead of char array (speeds up neighbor calculation)

Manually handle x=0 and x=size_x-1 because this prevents a lot of if-checks
2020-10-21 18:20:30 +02:00
2020-10-21 18:20:30 +02:00
Description
No description provided
103 KiB
Languages
C++ 93.3%
C 4.1%
Shell 1.6%
Makefile 1%