Skip to content

Game of Life

Pre-release
Pre-release
Compare
Choose a tag to compare
@winitzki winitzki released this 28 Mar 03:28
· 162 commits to master since this release

"Singleton" molecules and reactions are now called "static", which is more accurate. Added more tutorial examples, including fork/join and a fully concurrent Game of Life. Some code cleanups and optimizations in the reaction scheduler, especially for reactions with repeated input molecules and cross-molecule conditions (used in the implementation of the Game of Life). Support for pipelined molecules (an automatic optimization) makes molecule selection faster.