Skip to content

v0.16.0 parallel

Pre-release
Pre-release
Compare
Choose a tag to compare
@clayote clayote released this 11 Oct 00:29
· 698 commits to main since this release
74241b4

This release adds full parallel processing capability. You don't need to do anything to benefit; LiSE will evaluate all your rules' trigger functions in parallel by default. If you like, though, the engine has a new pool attribute that is an Executor implementation, capable of distributing work among however many cores your processor has. Submit code you've stored in function.py or method.py to it.

ELiDE reacts to graphics changes in the LiSE core once again.