Skip to content

v1.4.0 - feat(Memorize): concise stateful sequence selector etc

Compare
Choose a tag to compare
@joeycumines joeycumines released this 19 Feb 13:26
· 23 commits to master since this release

Memorize is a stateful tick wrapper, as an alternative to the (admittedly, rather obtuse) Sync implementation, which wraps child nodes directly. Both implementations address the same core problem case; Memorize is simpler and more intuitive, and should be used unless the flexibility provided by Sync is necessary.

Also improves documentation, including a link to the academic paper that this simplified mechanism was modeled after.