For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cache expensive persistent access

Load persistent settings once in init and keep runtime copies. For large records, cache the current record/step instead of rescanning all BVAR entries every VM cycle. Mark caches dirty when identity or data changes.

Last updated