|
|
|
|
|
by BenoitP
2263 days ago
|
|
Lots of interesting software around Conway's Game of Life. Here is Hashlife [1], where the states of living organisms are hashed; sometimes enabling prediction of all future states. It helps trading-off computation with space, sort of like Halide [2] does. I've been playing a bit of Factorio with the social distancing recently. The bottleneck of mega-bases is often compute power. I wish the developers could implement something akin to Hashlife. The bases are made of the same repeated patterns, all possible states of which could be memoized. This could be the next step in automating to a higher scale. [1] https://en.wikipedia.org/wiki/Hashlife [2] https://halide-lang.org/ |
|