automata icon indicating copy to clipboard operation
automata copied to clipboard

Performance Audit

Open upstarter opened this issue 5 years ago • 0 comments

  1. Determine best way to increase performance by starting subtree nodes as needed or some other such mechanism to avoid starting the whole BT on application start.

  2. Determine the best way to prevent ticking the whole tree when started and running. Perhaps a zipper tree can be used to store the tree at the root and only update currently running node as long as it is running otherwise re-update entire tree.

upstarter avatar May 05 '20 01:05 upstarter